Connects to a local Minesweeper game server to let Claude play the classic puzzle game through MCP tools. Exposes operations for starting new games, revealing cells, placing flags, and checking game state. You'd reach for this when experimenting with AI game-playing capabilities or demonstrating how Claude can interact with external game APIs. Requires running the separate minesweeper-server locally first, then Claude can make moves by calling the MCP tools with coordinates. The readme shows Claude attempting strategy but ultimately struggling with the logical deduction required for successful play.
claude mcp add --transport stdio tonypan2-minesweeper-mcp-server uvx minesweeper-mcp-server