Skip to main content
Glama

Texas Holdem MCP Server

by freshlife001

텍사스 홀덤 MCP 서버

MCP 클라이언트 에이전트가 텍사스 홀덤 포커 게임 을 플레이할 수 있도록 하는 모델 컨텍스트 프로토콜(MCP) 서버 입니다. Node.js와 TypeScript로 구현되었으며, 게임 서버, 게임 클라이언트, 그리고 MCP 서버로 구성됩니다.

이 프로젝트의 대부분의 코드는 AI(Claude-3.7-Sonnet)로 생성되었으며, 개선 및 디버깅에 약 5시간이 걸렸습니다. 정말 놀랍습니다!

온라인 데모

텍사스 홀덤 온라인

화면 캡처

화면 캡처

화면 캡처

시작하기

  • 짓다 :

지엑스피1

  • 포커 서버 실행:
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.

MCP 클라이언트 인터페이스를 통해 AI 에이전트가 텍사스 홀덤 포커 게임을 플레이할 수 있도록 하는 모델 컨텍스트 프로토콜 서버입니다.

  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