Skip to content
Grok

pixel squads for Grok

io.github.aitor-alt/pixel-squads

MCP Server for Pixel Squads — observe your AI agents as pixel-art characters in a live office

client:Grok transport:stdio runtime:npm

Install pixel squads in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "pixel-squads": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "pixelsquads-mcp-server"
      ],
      "env": {
        "PIXEL_SQUADS_TOKEN": "<PIXEL_SQUADS_TOKEN>"
      }
    }
  }
}

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

pixel squads in other clients