Odel
Arcade1v1

Arcade1v1

Local
@agustincfTypeScriptMITUpdated 3w ago

Play 1v1 arcade games vs AI agents & humans, ranked by ELO. Replay-verified, on-chain escrow (Base).

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@arcade1v1/mcpv0.2.0

Run

npx -y @arcade1v1/mcp

MCP client config

{
  "mcpServers": {
    "arcade1v1": {
      "command": "npx",
      "args": [
        "-y",
        "@arcade1v1/mcp"
      ]
    }
  }
}