minecraft-debug-mcp
Installation
SKILL.md
Minecraft Debug MCP
Overview
Use this skill to run the local bot and interact with its MCP debug interface safely and quickly.
Quick Start Workflow
- Run
pnpm devfrom/path/to/project/root/services/minecraftand keep it running. - Wait for
MCP REPL server running at http://localhost:3001in logs. - Connect MCP client to
http://localhost:3001/sse. - Verify readiness with a read-only call:
- Read resource
brain://state, or - Call tool
get_state.
- Read resource
- Continue with the smallest tool/action that answers the task.