Skip to content
Grok

agent arcade mcp for Grok

io.github.lulzasaur9192/agent-arcade-mcp

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

client:Grok transport:stdio runtime:npm

Install agent arcade mcp in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

agent arcade mcp in other clients