sparkit-mcp

SPARKIT-science/sparkit-mcp
★ 0 stars Python 🤖 AI/LLM Updated today
MCP server for SPARKIT — call the scientific research agent from Claude Desktop, Cursor, and other MCP clients.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sparkit-mcp": {
      "command": "uvx",
      "args": [
        "sparkit-mcp"
      ]
    }
  }
}

Or install with pip: pip install sparkit-mcp