MCP server enabling AI assistants to play and manage tic-tac-toe games with strategic analysis.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
One-click editor setup isnโt available for this listing yet โ we donโt have a confirmed install command, and weโd rather show nothing than point your editor at the wrong package or host. Follow the projectโs own setup instructions, linked above.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Tic Tac Toe.
new_gameCallable MCP tool function
game_idCallable MCP tool function
list_gamesCallable MCP tool function
reset_gameCallable MCP tool function
make_moveCallable MCP tool function
positionCallable MCP tool function
A Model Context Protocol (MCP) server that enables AI assistants to play tic-tac-toe through standardized tool interfaces. Perfect for demonstrating AI-human collaboration and MCP integration.

This project implements a complete tic-tac-toe game as an MCP server, allowing AI assistants like Claude to:
Build the server:
Add to your MCP configuration:
Create or edit your MCP configuration file:
Add the server configuration:
Restart Claude Code and the tic-tac-toe tools will be available. c
The server exposes 8 tools for complete game management:
new_game - Create a new tic-tac-toe game
game_id (string) - Custom game identifierlist_games - Show all active game sessions
reset_game - Reset a game to initial state
game_id (string)make_move - Execute a move on the board
game_id (string), position (A1-C3), player (X/O)get_board - Get current board state
game_id (string)get_available_moves - List all valid moves
game_id (string)get_status - Check game status and winner
game_id (string)analyze_position - Get strategic analysis
game_id (string)The server supports three transport methods:
Best for local MCP clients like Claude Code:
For web applications and real-time updates:
For traditional HTTP integrations:
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/tomholford-mcp-tic-tac-toe)<a href="https://allmcps.com/mcp/tomholford-mcp-tic-tac-toe"><img src="https://allmcps.com/api/badge/tomholford-mcp-tic-tac-toe?style=directory" alt="MCP Tic Tac Toe on AllMCPs" /></a>