Skip to main content
Glama

Minesweeper MCP Server

by tonypan2

click

Interact with a Minesweeper board by specifying a cell's row and column coordinates to reveal its content, enabling AI agents to play the game through natural language commands.

Instructions

Click at a cell on the Minesweeper board

Input Schema

NameRequiredDescriptionDefault
colYes
rowYes

Input Schema (JSON Schema)

{ "properties": { "col": { "type": "number" }, "row": { "type": "number" } }, "required": [ "row", "col" ], "type": "object" }
Install Server

Other Tools from Minesweeper MCP Server

Related Tools

    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