{"type":"mcp_server","name":"minesweeper-mcp-server","description":"This repository provides a Model Context Protocol (MCP) server enabling MCP client agents to play Minesweeper, interacting with a separate Minesweeper game server. It allows agents like Claude to play","category":"AI","language":"JavaScript","stars":107,"forks":4,"owner":"tonypan2","github_url":"https://github.com/tonypan2/minesweeper-mcp-server","homepage":null,"setup":"## Setup\n- Follow the [instructions](https://github.com/tonypan2/minesweeper-server) of the game server to start it locally.\n- Build the MCP server:\n\n```bash\nnpm install\nnpm run build\n```\n- Configure your MCP client to add the tool; for example, here is how to add the tool to Claude Desktop on Windows's `claude_desktop_config.json` ([locating the file](https://gist.github.com/feveromo/7a340d7795fca1ccd535a5802b976e1f#3-configure-claude-desktop)), assuming you cloned the repo at `C:\\path\\to\\repo\\minesweeper-mcp-server`:\n\n```JSON\n{\n  \"mcpServers\": {\n    \"mcp-server\": {\n      \"command\": \"node\",\n      \"args\": [\"C:\\\\path\\\\to\\\\repo\\\\minesweeper-mcp-server\\\\build\\\\index.js\"],\n      \"env\": {\n        \"DEBUG\": \"*\"\n      }\n    }\n  }\n}\n\n```\n- Claude Desktop : Restart Claude Desktop to let it pick up the tools, quitting from the tray menu icon; if you click the Tools icon, it should show the new tools.","tools":"## Available Tools\n\n1.  Minesweeper MCP Server (Allows an MCP client agents to play a game of Minesweeper).\n","faq":null,"created_at":"2025-03-20T07:16:50+00:00","updated_at":"2025-03-28T11:11:02+00:00","source_url":"https://model-context-protocol.com/servers/minesweeper-mcp-server-for-ai-agents","related_articles":[]}