Skip to content
Claude Desktop

pixel squads for Claude Desktop

io.github.aitor-alt/pixel-squads

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

client:Claude Desktop transport:stdio runtime:npm

Install pixel squads in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

pixel squads in other clients