M

An interactive Reversi (Othello) board game playable in your AI chat. Click to place pieces, AI plays white. The rules are enforced by the MCP server, preventing the AI from cheating. Great reference for building board games.
Installation
Add the following configuration to your MCP client settings file to install this app.
{
"claude": {
"mcpServers": {
"reversi": {
"command": "npx",
"args": [
"-y",
"reversi-mcp-apps"
]
}
}
}
}Related Apps
Install Instructions
Copy the JSON config below and paste it into your MCP client settings file.
For Claude Desktop:
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"reversi": {
"command": "npx",
"args": [
"-y",
"reversi-mcp-apps"
]
}
}
}Get this App
Copy the config and paste it into your MCP client settings.
{
"claude": {
"mcpServers": {
"reversi": {
"command": "npx",
"args": [
"-y",
"reversi-mcp-apps"
]
}
}
}
}Stats
Rating
4.6(3)
Installs
38
Views
290
GitHub
15 ★
Works With
🟠 Claude
Links
README Badge
Add this badge to your GitHub README:
[](https://getmcpapps.com/apps/reversi-game)

