Your AI builds live WebGPU game worlds on cartridge.cafe — guest door, no account needed.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y cartridge-cafe-mcp
MCP client config
{
"mcpServers": {
"cartridge-cafe": {
"command": "npx",
"args": [
"-y",
"cartridge-cafe-mcp"
]
}
}
}