github-samples/turn-based-game-mcp
A turn-based games app built with Next.js and TypeScript that features Tic-Tac-Toe and Rock Paper Scissors games with AI opponents powered by the Model Context Protocol (MCP), offering three difficulty levels.
Platform-specific configuration:
{
"mcpServers": {
"turn-based-game-mcp": {
"command": "npx",
"args": [
"-y",
"turn-based-game-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...