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