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.
テキサスホールデム MCP サーバー
これは、MCPクライアントエージェントがテキサスホールデムポーカーゲームをプレイできるようにするモデルコンテキストプロトコルサーバーです。ゲームサーバー、ゲームクライアント、MCPサーバーを含み、Node.jsとTypeScriptで実装されています。
このプロジェクトのコードの大部分はAI(Claude-3.7-Sonnet)によって生成されており、改善とデバッグに約5時間かかりました。素晴らしいですね!
オンラインデモ
はじめる
- 建てる :
Copy
- ポーカーサーバーを実行します:
Copy
- ポーカークライアントを開く: ブラウザを開き、 http://localhost:3000/にアクセスします。
- MCPクライアントを設定してツールを追加します。例えば、
/path/to/poker-mcp-server
にリポジトリをクローンした場合、Clineにツールを追加する方法は次のとおりです。
Copy
- クライン:
プロンプトの例
Copy
LLMでポーカーを楽しみましょう!
You must be authenticated.
Tools
AI エージェントが MCP クライアント インターフェイスを介してテキサス ホールデム ポーカー ゲームをプレイできるようにするモデル コンテキスト プロトコル サーバー。