Skip to content
Cline

antics mcp for Cline

io.github.antics-gg/antics-mcp

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

client:Cline transport:stdio runtime:npm

Install antics mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

antics mcp in other clients