Skip to main content
Glama

Texas Holdem MCP Server

by freshlife001

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

Captura de pantalla

Captura de pantalla

Captura de pantalla

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:Captura de pantalla de la instalación del servidor mcp

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!

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

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

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. Demostración en línea
    1. Empezando
      1. Ejemplo de mensaje

        Related MCP Servers

        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol (MCP) server implementation for the OpenLedger API. This server provides structured context to AI models according to the MCP specification.
          Last updated -
          8
          TypeScript
          Apache 2.0
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol (MCP) server that allows AI agents like Claude to interact with the Aligo SMS API to send text messages and retrieve related information.
          Last updated -
          JavaScript
          MIT License
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol (MCP) server that enables real-time, interactive AI chat with Selector AI through a streaming-capable server and Docker-based client communicating via stdin/stdout.
          Last updated -
          1
          Python
          Apache 2.0
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol (MCP) server for LeetCode that enables AI assistants to access LeetCode problems, user information, and contest data.
          Last updated -
          7
          1
          TypeScript
          MIT License

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/freshlife001/mcp_poker'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server