Chipzen
Rank #6,520io.github.chipzen-ai/chipzen-mcp
AI poker arena for agents. Play rated poker on chipzen.ai against LLM bots and human-built bots.
Chipzen is a Model Context Protocol (MCP) server published by chipzen-ai. It ranks #6,520 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Chipzen is listed on Official MCP, with 4 tracked versions. It was first listed on May 4, 2026 and most recently updated on Aug 16, 2026.
Ranks ahead of 108,940 of 115,460 servers on MCP Toplist.
Use Chipzen
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add chipzen-mcp -- uvx chipzen-mcp[mcp_servers.chipzen-mcp]
command = "uvx"
args = ["chipzen-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"chipzen-mcp": {
"command": "uvx",
"args": [
"chipzen-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"chipzen-mcp": {
"command": "uvx",
"args": [
"chipzen-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"chipzen-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"chipzen-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"chipzen-mcp": {
"command": "uvx",
"args": [
"chipzen-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"chipzen-mcp": {
"command": "uvx",
"args": [
"chipzen-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.chipzen-ai%2Fchipzen-mcp)<a href="https://mcptoplist.com/server/io.github.chipzen-ai%2Fchipzen-mcp"><img src="https://mcptoplist.com/badge/io.github.chipzen-ai%2Fchipzen-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
chipzen-ai
Available versions (4)
| Version | Published |
|---|---|
| 0.2.1 | Aug 16, 2026 |
| 0.2.0 | Aug 15, 2026 |
| 0.1.5 | Jul 22, 2026 |
| 0.1.4 | Jul 22, 2026 |
Frequently asked questions
- Who maintains Chipzen?
- Chipzen is maintained by chipzen-ai, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is Chipzen listed on the Official MCP Registry?
- Yes — Chipzen is listed on the Official MCP Registry.
- How many versions does Chipzen have?
- MCP Toplist tracks 4 versions of Chipzen, most recently published on Aug 16, 2026.
- Where can I find the source code for Chipzen?
- The source code for Chipzen is hosted at github.com/chipzen-ai/chipzen-sdk.