Texas Holdem MCP Server

by freshlife001
Verified

local-only server

The server can only run on the client’s local machine because it depends on local resources.

Integrations

  • Implemented with Node.js for running a Texas Holdem poker game server that allows AI agents to participate in poker games against humans or other agents.

  • Built with TypeScript to provide a strongly-typed implementation of a Texas Holdem poker game that AI agents can join and play through the MCP protocol.

Servidor MCP de Texas Hold'em

Este es un servidor de Protocolo de Contexto de Modelo que permite a los agentes cliente de MCP jugar una partida de póker Texas Hold'em . Está implementado con Node.js y TypeScript, e incluye un servidor de juego, un cliente de juego y un servidor MCP.

La mayor parte del código de este proyecto fue generado por IA (Claude-3.7-Sonnet), y su mejora y depuración nos llevó unas 5 horas. ¡Es increíble!

Demostración en línea

Texas Hold'em en línea

Empezando

  • Construir :
npm install npm run build
  • Ejecutar servidor de póquer:
npm run dev
  • Abrir cliente de póquer: Abra su navegador y visite http://localhost:3000/
  • Configura tu cliente MCP para añadir la herramienta. Por ejemplo, así es como se añade la herramienta a Cline, suponiendo que clonaste el repositorio en /path/to/poker-mcp-server :
{ "mcpServers": { "poker-mcp-server": { "command": "node", "args": ["/path/to/poker-mcp-server/dist/mcpServer.js"], "env": { "DEBUG": "*" } } } }
  • Clina:

Ejemplo de mensaje

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.

¡Disfruta jugando al póquer con LLM!

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Un servidor de protocolo de contexto de modelo que permite a los agentes de IA jugar partidas de póquer Texas Holdem a través de una interfaz de cliente MCP.

  1. Online Demo
    1. Getting started
      1. Example prompt
        ID: zu05b54ubz