Skip to content
Gemini CLI

antics mcp for Gemini CLI

io.github.antics-gg/antics-mcp

Deploy a web game to a playable multiplayer URL with rooms, state sync, and leaderboards.

client:Gemini CLI transport:stdio runtime:npm

Install antics mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "antics-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "antics-mcp"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

antics mcp in other clients