
Pixel Squads
Visualize multiple AI agents as pixel-art characters in a live office dashboard while you develop and debug agent workflows.
Overview
Pixel Squads is an MCP server for the Build phase that lets you observe AI agents as pixel-art characters in a live office via Pixel Squads.
What is this MCP server?
- Pixel Squads live office view of AI agents as pixel-art characters
- npm pixelsquads-mcp-server v0.1.1 stdio transport
- PIXEL_SQUADS_TOKEN required tenant API token from pixelagents.squads.digital
- GitHub source under aitor-alt/pixel mcp-server subfolder
- Server version 0.1.1
- 1 npm stdio package pixelsquads-mcp-server
- 1 required secret environment variable PIXEL_SQUADS_TOKEN
What problem does it solve?
Running several agents in parallel feels opaque until something stalls and you have no at-a-glance picture of who is doing what.
Who is it for?
Indie builders experimenting with multi-agent setups who want a visual command center and demo-friendly observability.
Skip if: Production SRE teams needing SLA metrics, distributed tracing, or compliance-grade audit logs only.
What do I get? / Deliverables
After configuring PIXEL_SQUADS_TOKEN and the stdio server, you get a live pixel-office representation of agent activity tied to your tenant.
- MCP-linked live pixel office view of configured agents
- Clearer at-a-glance status while developing agent squads
Recommended MCP Servers
Journey fit
Canonical shelf is Build because you adopt agent observability tooling while assembling multi-agent or long-running agent setups—not at launch SEO. Agent-tooling matches MCP that observes and represents agent activity rather than core app backend or payment integrations.
How it compares
Agent presence visualization MCP, not a log aggregator or token-cost analytics skill.
Common Questions / FAQ
Who is Pixel Squads for?
Solo developers and small teams using multiple AI agents who want a visual live office instead of console-only monitoring.
When should I use Pixel Squads?
Use it during Build and early Operate when orchestrating several agents and you want quick spatial awareness of agent state.
How do I add Pixel Squads to my agent?
Create a tenant token at pixelagents.squads.digital, set PIXEL_SQUADS_TOKEN, add npm package pixelsquads-mcp-server with stdio in MCP config, and restart the agent.