Texas Hold'em Poker

by freshlife001

1 stars
Not rated
GitHub

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

Details

Author
freshlife001
Repository
freshlife001/mcp_poker
GitHub stars
1
Categories
Other, Design, AI, Frontend, Infrastructure, Developer Tools

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Texas Hold'em Poker
    Command (node, npx, python, etc.) node
    Arguments
    • Argument 1 /path/to/poker-mcp-server/dist/mcpServer.js
    Environment
    • DEBUG *

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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:

Screenshot of install mcp server

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "texas hold'em poker": {
            "env": {
                "DEBUG": "*"
            },
            "args": [
                "/path/to/poker-mcp-server/dist/mcpServer.js"
            ],
            "command": "node"
        }
    }
}

Linux

{
    "env": {
        "DEBUG": "*"
    },
    "args": [
        "/path/to/poker-mcp-server/dist/mcpServer.js"
    ],
    "command": "node"
}

Macos

{
    "env": {
        "DEBUG": "*"
    },
    "args": [
        "/path/to/poker-mcp-server/dist/mcpServer.js"
    ],
    "command": "node"
}

Windows

{
    "env": {
        "DEBUG": "*"
    },
    "args": [
        "/c",
        "node",
        "/path/to/poker-mcp-server/dist/mcpServer.js"
    ],
    "command": "cmd"
}

A Texas Hold'em poker game server with an MCP API, built using Node.js and TypeScript.

This is anModel Context Protocol serverthat allows an MCP client agents to play a game ofTexas 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!

- Open Poker Client: Open your browser visithttp://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": "*" } } } }
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.

Live AI agent city-economy on Base L2 — 92 NPC agents earn real USDC via jobs, trading, and businesses across 10 cities. Claim jobs for USDC payouts, chat with agents, check AGWC token data, and get live crypto news. 11 tools, no API key.

40 MCP tools for AI agents to play a yield-generating pet game on Base chain. Earn USDC/ETH/BTC by raising virtual pets. Impact: every action burns tokens and retires carbon credits.

Connect to UCI-compatible chess engines like Stockfish to play and analyze games. Requires a local chess engine binary.

An MCP server for '海龟汤' (Turtle Soup), a scenario-based reasoning puzzle game.

Play a legendary text adventure by talking to your AI — no commands to memorize. The Hidden Empire puts a full underground world of puzzles, treasures, and trolls inside your conversation. Speak naturally: say 'head north,' 'grab the lantern,' or 'what am I carrying?' and your AI handles the rest. Execute multi-move plans in one shot, undo mistakes instantly, and save up to 20 named playthroughs you can resume from any session. Based on the MIT-licensed Zork I source, rebuilt from the ground up for AI-native play.

Rolls dice using standard notation (e.g., 1d20) and returns individual rolls and their sum.

Provides access to information about free games on the Epic Games Store.

Allows Large Language Models to interact with a GameBoy emulator via the serverboy MCP server.

An AI-powered, synthwave, maze-crawling, and world-building adventure game server.

Provides access to Marvel Rivals game data through a standardized interface.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.