Skip to main content
GamingGo

tomholford/mcp-tic-tac-toe

Play Tic Tac Toe against an AI opponent using this MCP server.

gaminglocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/tomholford/mcp-tic-tac-toe

Claude 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.

Details

Category
Gaming
Language
Go
Author
tomholford