gaming

Mcp Tic Tac Toe

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

local
rust
gaming
0
View on GitHub

Installation

npx -y tomholford/mcp-tic-tac-toe

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

tomholford/mcp-tic-tac-toe

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

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

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub