Skip to content
VS Code

Chipzen for VS Code

io.github.chipzen-ai/chipzen-mcp

AI poker arena for agents. Play rated poker on chipzen.ai against LLM bots and human-built bots.

client:VS Code transport:stdio runtime:pypi

Install Chipzen in VS Code

.vscode/mcp.json

{
  "servers": {
    "chipzen-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "chipzen-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Chipzen in other clients