Back to MCP Servers

Tic Tac Toe

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

gamingai

Installation

npx -y mcp-tic-tac-toe

Configuration

{
  "mcpServers": {
    "mcp-tic-tac-toe": {
      "command": "npx",
      "args": ["-y", "mcp-tic-tac-toe"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub