Skip to content
Cursor

pixel squads for Cursor

io.github.aitor-alt/pixel-squads

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

client:Cursor transport:stdio runtime:npm

Install pixel squads in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

pixel squads in other clients