Texas Hold'em Poker
FreeNot checkedImplements a Texas Hold'em poker game server with betting rounds, hand evaluation, and multi-player table management for training strategic decision making capa
About
Implements a Texas Hold'em poker game server with betting rounds, hand evaluation, and multi-player table management for training strategic decision making capabilities
README
This is an Model Context Protocol server that allows an MCP client agents to play a game of Texas Holdem poker game. It is implemented with Node.js and TypeScript, including game server, game client, and a MCP Server.
Most Code in this project is generated by AI(Claude-3.7-Sonnet), and it tooks about 5 hours to improve and debug. Its Amazing!
Online Demo



Getting started
- Build :
npm install
npm run build
- Run Poker Server:
npm run dev
- Open Poker Client: Open your browser visit http://localhost:3000/
- Configure your MCP client to add the tool. For example, here is how to add the tool to Cline, assuming you cloned the repo at
/path/to/poker-mcp-server:
{
"mcpServers": {
"poker-mcp-server": {
"command": "node",
"args": ["/path/to/poker-mcp-server/dist/mcpServer.js"],
"env": {
"DEBUG": "*"
}
}
}
}
Cline:

Example prompt
You are a Texas Hold'em poker expert. Please use the name "Super Awesome Pro" to join a Texas Hold'em poker game and win more chips. You can only use the functions provided by the poker-mcp-server MCP server. After joining the game, you must wait for your turn to act before proceeding to the next move.
Enjoy Playing Poker With LLM!
Installing Texas Hold'em Poker
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/freshlife001/mcp_pokerFAQ
Is Texas Hold'em Poker MCP free?
Yes, Texas Hold'em Poker MCP is free — one-click install via Unyly at no cost.
Does Texas Hold'em Poker need an API key?
No, Texas Hold'em Poker runs without API keys or environment variables.
Is Texas Hold'em Poker hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Texas Hold'em Poker in Claude Desktop, Claude Code or Cursor?
Open Texas Hold'em Poker on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Texas Hold'em Poker with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
