Agent Tools
Back to MCP servers
● healthy

This is a simple Reversi game that uses MCP-UI. > Note: Currently, there is no MCP client that fully supports MCP-UI UI Actions, Therefore, please specify the coordinates of the stone position in text (e.g. A1 or H6). However, its greatest feature is that **"the rules of Reversi are decided by the MCP, making it difficult for the AI to cheat the rules of the game."** Because Reversi is simple, AI rarely cheats the game rules, but it's known that AI often cheats when playing more complex games. In this MCP server, the game rules are handled by the MCP, making it difficult for AI to cheat (Note: There are currently some limitations). The structure is relatively simple, so we believe it can be used as a reference for creating similar board games.

Transport
streamable-http
Auth
smithery_api_key
Cost

How to connect

MCP endpoint (streamable-http)
https://server.smithery.ai/mfukushim/reversi-mcp-ui/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/mfukushim/reversi-mcp-ui/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://github.com/mfukushim/reversi-mcp-ui
Listed at (smithery)
https://github.com/mfukushim/reversi-mcp-ui