tonypan2_minesweeper_mcp_server

tonypan2_minesweeper_mcp_server

by tonypan2
An MCP server that enables MCP client agents to play Minesweeper.

Minesweeper MCP Server: Enabling AI Agents to Play Minesweeper

Overview

The Minesweeper MCP Server is a specialized server built on the Model Context Protocol (MCP) framework, designed to allow AI agents to play the classic game of Minesweeper. It integrates seamlessly with the Minesweeper Game Server and provides a structured environment for AI agents to interact with the game.

Key Features

  • Enables AI agents to play Minesweeper using MCP.
  • Compatible with the Minesweeper Game Server.
  • Supports configuration for MCP clients like Claude Desktop.
  • Includes a demo video showcasing the interaction.

Screen capture

Watch the full demo video at https://youtu.be/CXXMafVtlEQ.


Getting Started

Prerequisites

  1. Start the Minesweeper Game Server by following its instructions.
  2. Clone the Minesweeper MCP Server repository.

Installation

  1. Install dependencies and build the server:
    shell npm install npm run build

  2. Configure your MCP client to include the server. For Claude Desktop, update the claude_desktop_config.json file:
    json { "mcpServers": { "mcp-server": { "command": "node", "args": ["C:\\path\\to\\repo\\minesweeper-mcp-server\\build\\index.js"], "env": { "DEBUG": "*" } } } }

  3. Restart Claude Desktop to apply the changes.


Usage

Example Prompt

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

Here are some highlights from an AI agent's gameplay:

Game Start

Game starts

Placing a Flag Incorrectly

Claude places flag at the wrong place

Giving Up After Multiple Attempts

Claude gives up


Tools and Configuration

Supported Clients

  • Claude Desktop: Configure the server as described in the Getting Started section.

Screenshots

  • Claude Desktop Homepage:
    Screenshot of Claude Desktop homepage

  • New Tools in Claude Desktop:
    Screenshot of new tools


About

The Minesweeper MCP Server is an open-source project designed to demonstrate the integration of AI agents with classic games using the MCP framework. It has garnered 104 stars and 4 forks on GitHub.

Resources

Languages

  • JavaScript: 53.8%
  • TypeScript: 46.2%

License

This project is open-source and available under the MIT License.

Features & Capabilities

Categories
mcp_server model_context_protocol minesweeper javascript typescript api_integration claude

Implementation Details

Stats

0 Views
104 GitHub Stars

Repository Info

tonypan2 Organization

Similar MCP Servers

continuedev_continue by continuedev
25049
21423
9300