Skip to main content
Glama

Texas Holdem MCP Server

by freshlife001

德州扑克 MCP 服务器

这是一个基于模型上下文协议 (MCP) 的服务器,允许 MCP 客户端代理进行德州扑克游戏。它使用 Node.js 和 TypeScript 实现,包含游戏服务器、游戏客户端以及 MCP 服务器。

这个项目的大部分代码都是由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