Texas Holdem MCP Server
A Texas Hold'em poker game server with an MCP API, built using Node.js and TypeScript.
Texas Holdem MCP Server
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!
Related Servers
LIFX
Control LIFX smart lights through the LIFX HTTP API.
Salaah MCP
FastAPI and MCP service providing Islamic prayer times and other useful calculations.
UFO MCP Server
Control a Dynatrace UFO device on your local network using MCP-compatible clients.
Satellite MCP Server
Performs satellite orbital mechanics calculations using natural language, with a built-in world cities database for location lookup.
SmartThings MCP
Samsung Smartthings Model Context Protocol Server
QMT MCP Server
An MCP server that interfaces with the locally running MiniQMT trading system.
prediction-market-mcp
A simple MCP server that grabs prediction market data from polymarket, PredictIt, & Kalshi.
Nexus Dashboard
A comprehensive Model Context Protocol (MCP) server for Cisco Nexus Dashboard, enabling AI agents like Claude to interact with Nexus Dashboard APIs for intelligent network automation and management.
Trading MCP Server
An intelligent trading assistant that fetches live stock prices using the Yahoo Finance API.
Arithmetic MCP Server
Performs basic arithmetic operations such as addition, subtraction, multiplication, and division.