Skip to main content
Glama

Texas Holdem MCP Server

by freshlife001

テキサスホールデム MCP サーバー

これは、MCPクライアントエージェントがテキサスホールデムポーカーゲームをプレイできるようにするモデルコンテキストプロトコルサーバーです。ゲームサーバー、ゲームクライアント、MCPサーバーを含み、Node.jsとTypeScriptで実装されています。

このプロジェクトのコードの大部分はAI(Claude-3.7-Sonnet)によって生成されており、改善とデバッグに約5時間かかりました。素晴らしいですね!

オンラインデモ

テキサスホールデムオンライン

スクリーンキャプチャ

スクリーンキャプチャ

スクリーンキャプチャ

はじめる

  • 建てる :
npm install npm run build
  • ポーカーサーバーを実行します:
npm run dev
  • ポーカークライアントを開く: ブラウザを開き、 http://localhost:3000/にアクセスします。
  • MCPクライアントを設定してツールを追加します。例えば、 /path/to/poker-mcp-serverにリポジトリをクローンした場合、Clineにツールを追加する方法は次のとおりです。
{ "mcpServers": { "poker-mcp-server": { "command": "node", "args": ["/path/to/poker-mcp-server/dist/mcpServer.js"], "env": { "DEBUG": "*" } } } }
  • クライン:MCP サーバーのインストールのスクリーンショット

プロンプトの例

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.

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.

AI エージェントが MCP クライアント インターフェイスを介してテキサス ホールデム ポーカー ゲームをプレイできるようにするモデル コンテキスト プロトコル サーバー。

  1. オンラインデモ
    1. はじめる
      1. プロンプトの例

        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