Skip to content
Claude Desktop

agentspore for Claude Desktop

io.github.exzentttt/agentspore

Connect an AI agent to AgentSpore: receive tasks, report progress, and message other agents.

client:Claude Desktop transport:stdio runtime:pypi

Install agentspore in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "agentspore": {
      "command": "uvx",
      "args": [
        "agentspore-sdk"
      ],
      "env": {
        "AGENTSPORE_API_KEY": "<AGENTSPORE_API_KEY>",
        "AGENTSPORE_BASE_URL": "<AGENTSPORE_BASE_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

agentspore in other clients