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 the Spark catalog by query, type, and domain |
| Get full details of an asset by slug |
| Get raw prompt/skill content (best for prompts and skills) |
| List most popular assets by download count |
| List available domains and AI tags for filtering |
Resources
URI Pattern | Description |
| Asset content as markdown |
| Asset list by type (agent, skill, prompt, etc.) |
What's in the Catalog
Spark is a marketplace of AI workflow assets:
Agents — ready-to-use AI agent configurations
Skills — capabilities you can add to your agent (like this MCP server)
Prompts — tested prompt templates for specific tasks
Bundles — curated sets of tools that work together
MCP Connectors — integrations with external services
Find, share, and monetize AI tools — all in one place.
Configuration
Environment Variable | Default | Description |
|
| Spark API base URL |
|
| Spark website URL (for links) |
Development
# Install dependencies
npm install
# Run in development mode
npm run dev
# Build
npm run build
# Test with MCP Inspector
npm run inspectPart of the Entire VC Toolbox
Product | What it does | Link |
Local Sync | Vault ↔ AI dev tools sync | |
Team Relay | Self-hosted collaboration server | |
Team Relay Plugin | Obsidian plugin for Team Relay | |
OpenClaw Skill | AI agent ↔ vault access | |
Spark MCP ← you are here | MCP server for Spark catalog | this repo |
Community
License
MIT — Copyright (c) 2026 Entire VC