Minesweeper MCP Server
@tonypan2
关于 Minesweeper MCP Server
An MCP server for playing Minesweeper
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Minesweeper MCP Server?
Minesweeper MCP Server is a Model Context Protocol server that lets MCP-compatible client agents play a game of Minesweeper. It works alongside a separate Minesweeper game server, providing tools for starting games, revealing cells, and flagging mines.
How to use Minesweeper MCP Server?
Clone the repo, install dependencies with npm install, and build with npm run build. Then configure your MCP client to execute node <path-to-build>/index.js. A configuration example for Claude Desktop is provided. The separate game server must be running locally beforehand. An example prompt instructs the agent to start a new game and keep playing until all mines are flagged, noting that coordinates are 0‑indexed.
Key features of Minesweeper MCP Server
- Integrates Minesweeper into MCP‑based AI agent workflows.
- Requires a companion game server to run locally.
- Tools for starting, revealing, and flagging cells.
- Easy to add to Claude Desktop via standard JSON configuration.
- 0‑indexed coordinate system for moves.
- Debug logging enabled via
DEBUG: "*"environment variable.
Use cases of Minesweeper MCP Server
- Testing and demonstrating how MCP agents handle turn‑based games.
- Evaluating an AI's logical reasoning and planning in a deterministic puzzle.
- Adding interactive game capabilities to a Claude Desktop or similar MCP client.
FAQ from Minesweeper MCP Server
What does the server do?
It exposes Minesweeper game actions as MCP tools, allowing an agent to play the game through the MCP client.
What are the runtime requirements?
Node.js and npm are needed to build and run the server. The separate Minesweeper game server must also be running locally.
Where does game state live?
Game state is managed entirely by the running game server, not by this MCP server.
How is the server connected to the MCP client?
It uses a standard MCP transport via a child process (the node command), configured in the client’s settings (e.g., claude_desktop_config.json).
Are there known limits or authentication?
—
其他 分类下的更多 MCP 服务器

EverArt
modelcontextprotocolModel Context Protocol Servers

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论