Minesweeper MCP Server
Related Servers
Alternatives to Minesweeper MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseAqualityNot gradedmaintenanceEnables MCP client agents to play the classic Minesweeper game by connecting to a separate Minesweeper game server. Provides tools for starting games, revealing cells, and placing flags through natural language interactions.4-
- FlicenseNot gradedqualityDmaintenanceProvides dice rolling and coin flipping functionality for AI assistants via the Model Context Protocol. It enables users to roll single or multiple dice with configurable sides and perform randomized coin tosses.1-
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to create and edit 3D models in Blockbench via the Model Context Protocol.416GPL 3.0
- AlicenseNot gradedqualityCmaintenanceEnables natural language interaction with Home Assistant for managing entities, automations, services, and dashboards via the Model Context Protocol.189MIT
- FlicenseNot gradedqualityDmaintenanceProvides a Model Context Protocol interface for HexagonML ModelManager tools, enabling interaction with machine learning model management functionality through natural language.1-
- FlicenseBqualityDmaintenanceA stdio-based MCP server that enables users to play and manage Minesweeper games through a Rails 8 REST API. It provides tools to start games, track states, and perform actions like opening cells and flagging mines.72-
TDQS
Scored across 6 tools
Each tool has a clearly distinct purpose with no overlap: create_board for initialization, delete_board for removal, flag_cell for marking, get_board for state retrieval, list_boards for enumeration, and reveal_cell for uncovering. The actions and targets are unambiguous, preventing agent misselection.
All tools follow a consistent verb_noun pattern with snake_case (e.g., create_board, flag_cell, get_board). The verbs are clear and descriptive, and there are no deviations in style or convention throughout the set.
With 6 tools, the count is well-scoped for a Minesweeper game server. It covers core operations without bloat, and each tool earns its place by addressing a specific aspect of board management and gameplay.
The toolset provides complete CRUD/lifecycle coverage for the Minesweeper domain: create, list, get, and delete for boards, plus reveal and flag for cell interactions. There are no obvious gaps, enabling agents to handle all essential gameplay workflows without dead ends.