An MCP server that lets an AI agent deploy a web game to a playable multiplayer URL — rooms, live state sync, and leaderboards — in one conversation.
Server Config
{
"mcpServers": {
"antics": {
"command": "npx",
"args": [
"-y",
"antics-mcp"
]
}
}
}