Enterprise DNA Enterprise DNA
M MCP Servers Developer low

tomholford/mcp-tic-tac-toe

by Various

Play tic-tac-toe against an LLM via MCP

T

MCP

tomholford/mcp-tic-tac-toe

Added 1 June 2026

#game #go #golang #mcp #mcp-server #tic-tac-toe

Overview

A Go-based MCP server that lets you play tic-tac-toe against an LLM. It exposes the game state and moves through the Model Context Protocol, enabling any MCP-compatible client to act as the opponent.

Best for

Best for
Developers learning MCP or prototyping game-based LLM interactions

Use cases

  • Testing MCP integration with a simple turn-based game
  • Demonstrating LLM interaction with a structured game board
  • Prototyping game logic in an MCP environment

How to use

Install

go build -o bin/server cmd/server.go

Tools exposed

  • new_game
  • list_games
  • reset_game
  • make_move
  • get_board
  • get_available_moves
  • get_status
  • analyze_position

Tested with

Claude Code, Claude Desktop

Example client config

{\n  "mcpServers": {\n    "tic-tac-toe": {\n      "command": "/full/path/to/mcp-tic-tac-toe/bin/server",\n      "args": ["-transport=stdio"],\n      "env": {}\n    }\n  }\n}

Notes

A Go-based MCP server that lets you play tic-tac-toe against an LLM. It exposes the game state and moves through the Model Context Protocol, enabling any MCP-compatible client to act as the opponent.

3 stars on GitHub. Last updated 2025-07-11.

Use cases

  • Testing MCP integration with a simple turn-based game
  • Demonstrating LLM interaction with a structured game board
  • Prototyping game logic in an MCP environment

Pros

  • Lightweight Go implementation with minimal dependencies
  • Clear example of MCP server for turn-based interactions
  • Easy to run and test locally

Cons

  • Very limited scope (only tic-tac-toe)
  • Low community adoption (3 stars)
  • No active maintenance or updates visible

Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.

Pros

  • Lightweight Go implementation with minimal dependencies
  • Clear example of MCP server for turn-based interactions
  • Easy to run and test locally

Cons

  • Very limited scope (only tic-tac-toe)
  • Low community adoption (3 stars)
  • No active maintenance or updates visible
Free 27-page guide

Get the free Developer’s Field Guide

A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.

Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.

No spam. Unsubscribe any time.

Running a business, not writing the code? See the MCP servers picked for operators, and get your first one wired up with us.

Operator picks