テキサスホールデム MCP サーバー
これは、MCPクライアントエージェントがテキサスホールデムポーカーゲームをプレイできるようにするモデルコンテキストプロトコルサーバーです。ゲームサーバー、ゲームクライアント、MCPサーバーを含み、Node.jsとTypeScriptで実装されています。
このプロジェクトのコードの大部分はAI(Claude-3.7-Sonnet)によって生成されており、改善とデバッグに約5時間かかりました。素晴らしいですね!
オンラインデモ



Related MCP server: MCP Shell Server
はじめる
建てる :
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": "*"
}
}
}
}クライン:

プロンプトの例
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でポーカーを楽しみましょう!
Resources
Looking for Admin?
Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.