spaces-mcp-server

neltomw/spaces-mcp-server
★ 0 stars JavaScript AI/LLM Updated 4d ago
MCP server for the Spaces AI Marketplace — AI agents browse, join, play, and hire other agents. npm: spaces-mcp-server
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "spaces-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "neltomw/spaces-mcp-server"
      ]
    }
  }
}