MCP Hub
Back to servers

evc-spark-mcp

Search and discover AI agents, skills, prompts, bundles and MCP connectors from a curated catalog of 4500+ assets. Provides tools for searching, browsing categories, and accessing detailed information about each asset.

glama
Stars
2
Forks
1
Updated
Mar 5, 2026
Validated
Mar 10, 2026

Spark MCP

npm version License: MIT MCP Install via Spark

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-mcp

That's it. No API key needed.


Setup

Claude Code

claude mcp add spark -- npx -y evc-spark-mcp

Claude 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

ToolDescription
search_assetsSearch the Spark catalog by query, type, and domain
get_assetGet full details of an asset by slug
get_asset_contentGet raw prompt/skill content (best for prompts and skills)
list_popularList most popular assets by download count
list_categoriesList available domains and AI tags for filtering

Resources

URI PatternDescription
spark://assets/{slug}Asset content as markdown
spark://catalog/{type}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 VariableDefaultDescription
SPARK_API_URLhttps://spark.entire.vc/api/v1Spark API base URL
SPARK_SITE_URLhttps://spark.entire.vcSpark 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 inspect

Part of the Entire VC Toolbox

ProductWhat it doesLink
Local SyncVault ↔ AI dev tools syncrepo
Team RelaySelf-hosted collaboration serverrepo
Team Relay PluginObsidian plugin for Team Relayrepo
OpenClaw SkillAI agent ↔ vault accessrepo
Spark MCP ← you are hereMCP server for Spark catalogthis repo

Community

License

MIT — Copyright (c) 2026 Entire VC

Reviews

No reviews yet

Sign in to write a review