Catalog
io.github.aitor-alt/pixel-squads
OfficialMCP Server for Pixel Squads — observe your AI agents as pixel-art characters in a live office
Visualize AI agents as pixel-art characters in a live office environment.
README not available yet.
Install
Configuration
Environment variables
PIXEL_SQUADS_TOKENrequiredsecretYour Pixel Squads tenant API token (get it from pixelagents.squads.digital → Conectar)
claude_desktop_config.json
{
"mcpServers": {
"pixel-squads": {
"command": "npx",
"args": [
"-y",
"pixelsquads-mcp-server@0.1.1"
],
"env": {
"PIXEL_SQUADS_TOKEN": "<YOUR_PIXEL_SQUADS_TOKEN>"
}
}
}
}