Back to MCP Servers
Tic Tac Toe
Play Tic Tac Toe against an AI opponent using this MCP server.
gamingai
By tomholford
Installation
npx -y mcp-tic-tac-toeConfiguration
{
"mcpServers": {
"mcp-tic-tac-toe": {
"command": "npx",
"args": ["-y", "mcp-tic-tac-toe"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes