Spark MCP

by entire-vc

323 downloads
Not rated
GitHub

About

Search and discover AI agents, skills, prompts, bundles and MCP connectors from a curated catalog of 4500+ assets.

Details

Author
entire-vc
Downloads
323
Categories
Other, Search, AI

- Search the Spark catalog by query, type, and domain
- Get full details of an asset by its slug
- Retrieve raw content of prompts and skills
- List most popular assets by download count
- Browse available domains and AI tags for filtering
- Access asset content as markdown via resource URIs

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Spark MCP
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Run npx evc-spark-mcp to start the server. No API key or configuration is required. For Claude Code, Claude Desktop, Cursor, or OpenClaw, add the server to their MCP settings using the same npx command. Any MCP‑compatible client can connect by pointing to npx evc-spark-mcp.

search_assets

Search the Spark AI assets marketplace. Returns matching agents, skills, prompts, MCP connectors, and bundles.

get_asset

Get full details of a Spark asset by its slug. Returns description, content, files, ratings, and more.

get_asset_content

Get the raw content of a Spark asset (prompt text, skill instructions, agent config). Best for prompts and skills that have inline content.

list_popular

List the most popular Spark assets by download count. Great for discovering top-rated AI tools.

list_categories

List available categories (domains and AI tags) in the Spark marketplace. Useful for filtering searches.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "spark mcp": {
            "evc-spark-mcp": {
                "command": "npx",
                "args": [
                    "evc-spark-mcp"
                ]
            }
        }
    }
}

McpServers

{
    "evc-spark-mcp": {
        "command": "npx",
        "args": [
            "evc-spark-mcp"
        ]
    }
}

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

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

Resources

| URI Pattern | Description |
|-------------|-------------|
| 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 Variable | Default | Description |
|---------------------|---------|-------------|
| SPARK_API_URL | https://spark.entire.vc/api/v1 | Spark API base URL |
| SPARK_SITE_URL | https://spark.entire.vc | Spark website URL (for links) |

---

Development

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.