Skip to content
Zed

pixel squads for Zed

io.github.aitor-alt/pixel-squads

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

client:Zed transport:stdio runtime:npm

Install pixel squads in Zed

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

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

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

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

pixel squads in other clients