Skip to main content
Glama
freshlife001

Texas Holdem MCP Server

by freshlife001

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

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

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

オンラインデモ

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

スクリーンキャプチャ

スクリーンキャプチャ

スクリーンキャプチャ

Related MCP server: Pokemon MCP 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": "*"
      }
    }
  }
}
  • クライン:

    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
F
license - not found
C
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • MCP server for AI dialogue using various LLM models via AceDataCloud

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…

View all MCP Connectors

Latest Blog Posts

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