Skip to content
Zed

antics mcp for Zed

io.github.antics-gg/antics-mcp

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

client:Zed transport:stdio runtime:npm

Install antics mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

antics mcp in other clients