tomholford/mcp-tic-tac-toe
Play Tic Tac Toe against an AI opponent using this MCP server.
Quick Start
Clone the repository:
git clone https://github.com/tomholford/mcp-tic-tac-toeClaude Desktop configuration example:
{
"mcpServers": {
"mcp-tic-tac-toe": {
"command": "npx",
"args": [
"-y",
"tomholford/mcp-tic-tac-toe"
]
}
}
}Check the repository README for specific installation and configuration instructions.