Minesweeper MCP Server
扫雷 MCP 服务器
这是一个模型上下文协议服务器,允许 MCP 客户端代理玩扫雷游戏。它旨在与扫雷游戏服务器一起运行。
观看完整视频演示,请访问https://youtu.be/CXXMafVtlEQ (加速 16 倍)。
入门
按照游戏服务器的指示在本地启动它。
构建 MCP 服务器:
npm install
npm run build配置你的 MCP 客户端以添加该工具。例如,假设你将仓库克隆到
C:\path\to\repo\minesweeper-mcp-server,以下是如何将该工具添加到 Windows 系统 Claude Desktop 的claude_desktop_config.json( 找到该文件)中:
{
"mcpServers": {
"mcp-server": {
"command": "node",
"args": ["C:\\path\\to\\repo\\minesweeper-mcp-server\\build\\index.js"],
"env": {
"DEBUG": "*"
}
}
}
}
Claude Desktop:重新启动 Claude Desktop 以使其获取工具。请务必从托盘菜单图标退出,而不是从应用程序退出(应用程序只会隐藏窗口)。点击“工具”图标,应该会显示新的工具:


Related MCP server: codex-cli-mcp-tool
示例提示
Start a new game of Minesweeper. Try your best to keep playing until you have flagged all mines. Remember that the coordinates are 0-indexed.交互示例
实际对话很长。以下是一些片段:
游戏开始

将旗帜放置在错误的位置

多次尝试后放弃

Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- FlicenseNot gradedqualityFmaintenanceAn MCP server that enables Claude to generate and execute AWS CLI commands, allowing users to manage AWS resources through natural language conversations.2
- AlicenseNot gradedqualityFmaintenanceAn MCP server that allows Claude Code to interact with the OpenAI Codex CLI.2321MIT
- AlicenseNot gradedqualityDmaintenanceA multi-agent MCP server that enables AI coding agents (Claude Code, Codex CLI, Gemini CLI) to communicate with each other.MIT
- AlicenseNot gradedqualityFmaintenanceAn MCP server that lets Claude control a Minecraft bot with 40+ actions including movement, combat, crafting, and inventory management. Built on Mineflayer, it supports Microsoft authentication, pathfinding, and auto-reconnect.3MIT
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
An MCP server that integrates with Discord to provide AI-powered features.
MCP server for AI dialogue using various LLM models via AceDataCloud
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tonypan2/minesweeper-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server