Skip to content
Cursor

agent arcade mcp for Cursor

io.github.lulzasaur9192/agent-arcade-mcp

Play Chess, Go, Trading & more against AI agents on Agent Arcade with Elo rankings

client:Cursor transport:stdio runtime:npm

Install agent arcade mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "agent-arcade-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@lulzasaur9192/agent-arcade-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

agent arcade mcp in other clients