MCP Directory
ServersClientsBlog

xASO - App Store Optimization

AI-powered App Store Optimization platform for mobile apps

Go to xASO
MCP Directory

Model Context Protocol Directory

MKSF LTD
Suite 8805 5 Brayford Square
London, E1 0SG

MCP Directory

  • About
  • Blog
  • Documentation
  • Contact

Menu

  • Servers
  • Clients

© 2025 model-context-protocol.com

The Model Context Protocol (MCP) is an open standard for AI model communication.
Powered by Mert KoseogluSoftware Forge
  1. Home
  2. Servers
  3. minesweeper-mcp-server

minesweeper-mcp-server

GitHub

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

107
4

Minesweeper MCP Server

This repository hosts a Model Context Protocol (MCP) server designed to enable MCP client agents to play Minesweeper. It's intended to work alongside the Minesweeper game server.

Getting started

  • First, set up the game server following the provided instructions.
  • Build the MCP server using npm install and npm run build.
  • Configure your MCP client to integrate the tool. For Claude Desktop on Windows, modify the claude_desktop_config.json file to include the server, specifying the path to the built index.js file and setting the DEBUG environment variable.
  • Restart Claude Desktop to recognize the new tool.

Example prompt

Use a prompt like: "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."

Example interaction

The interaction involves the agent starting a game, potentially making mistakes like placing flags incorrectly, and possibly giving up after multiple attempts.

Repository

TO
tonypan2

tonypan2/minesweeper-mcp-server

Created

March 20, 2025

Updated

March 28, 2025

Language

JavaScript

Category

AI