mcp-janken-server

mcp-janken-server

3.2

If you are the rightful owner of mcp-janken-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Model Context Protocol(MCP)に対応したじゃんけんゲームを提供するサーバーです。このサーバーを使うと、LLMはじゃんけん(グー・チョキ・パー)で遊んだり、ランダムな手を取得したりすることができます。

The じゃんけんMCPサーバー is a Model Context Protocol (MCP) compatible server that provides a rock-paper-scissors game. It allows Language Learning Models (LLMs) to play rock-paper-scissors by choosing between 'グー' (rock), 'チョキ' (scissors), and 'パー' (paper), or to obtain a random hand. The server is designed to facilitate interaction with LLMs through a simple game interface, making it a useful tool for testing and entertainment purposes. The server can be integrated with various platforms and is easy to set up using NPX or within development environments like VS Code. It supports basic game logic and provides resources for understanding the rules of rock-paper-scissors.

Features

  • Provides a rock-paper-scissors game interface for LLMs.
  • Allows LLMs to play against an AI that chooses random hands.
  • Easy integration with platforms like Claude Desktop and VS Code.
  • Includes resources explaining the rules of rock-paper-scissors.
  • Supports development and testing with TypeScript and Node.js.

Tools

  1. play

    Allows playing rock-paper-scissors. Input: 'hand' (string): Player's hand ('グー', 'チョキ', 'パー'). AI chooses a random hand and returns the result.

  2. random

    AI chooses a random hand. No input required. Returns a randomly chosen hand ('グー', 'チョキ', 'パー').