evc-spark-mcp
This MCP server provides access to the Spark AI marketplace catalog, enabling AI assistants to search, discover, and retrieve AI workflow assets.
Search assets (
search_assets): Find agents, skills, prompts, prompt chains, MCP connectors, and bundles by keyword, asset type, or domain (e.g. 'development', 'marketing'), with up to 50 results.Get asset details (
get_asset): Retrieve full details of a specific asset by slug, including description, content, files, and ratings.Get asset content (
get_asset_content): Fetch the raw content of an asset (prompt text, skill instructions, agent config) — especially useful for prompts and skills.List popular assets (
list_popular): Browse the most popular assets ranked by download count, with optional type filtering and up to 20 results.List categories (
list_categories): Retrieve all available domains and AI tags to aid filtering and discovery.Access via resources: Use URI patterns like
spark://assets/{slug}for markdown content orspark://catalog/{type}to list assets by type.
No authentication required — run with npx evc-spark-mcp and use with Claude Code, Claude Desktop, Cursor, or any MCP-compatible client.
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
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/entire-vc/evc-spark-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server