Spark MCP
MCP server for Spark — your AI toolbox for real work. Search and discover agents, skills, prompts, bundles, and MCP connectors.
Quick Start
npx evc-spark-mcpThat's it. No API key needed.
Setup
Claude Code
claude mcp add spark -- npx -y evc-spark-mcpClaude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"spark": {
"command": "npx",
"args": ["-y", "evc-spark-mcp"]
}
}
}Cursor
Add to Cursor MCP settings:
{
"mcpServers": {
"spark": {
"command": "npx",
"args": ["-y", "evc-spark-mcp"]
}
}
}OpenClaw
{
"mcpServers": {
"spark": {
"command": "npx",
"args": ["-y", "evc-spark-mcp"]
}
}
}ChatGPT (via MCP bridge)
Any MCP-compatible client works — just point it at npx evc-spark-mcp.
Tools
| Tool | Description |
|---|---|
search_assets |
Search the Spark catalog by query, type, and domain |
get_asset |
Get full details of an asset by slug |
get_asset_content |
Get raw prompt/skill content (best for prompts and skills) |
list_popular |
List most popular assets by download count |
list_categories |
List available domains and AI tags for filtering |






