A Model Context Protocol (MCP) integration for Minecraft that enables AI assistants to interact with a Minecraft server. This integration allows AI
Mcp minecraft mcp server lets Claude, Cursor and other MCP clients work with MCP Minecraft directly. A Model Context Protocol (MCP) integration for Minecraft that enables AI assistants to interact with a Minecraft server. This integration allows AI models to observe and interact with the Minecraft world through a bot.
A Model Context Protocol (MCP) integration for Minecraft that enables AI assistants to interact with a Minecraft server. This integration allows AI models to observe and interact with the Minecraft world through a bot.
Once connected, the assistant can call these 14 tools directly:
chat — Send chat messages to the serverjump — Make the bot jumpmoveForward — Make the bot move forwardmoveBack — Make the bot move backwardturnLeft — Make the bot turn leftturnRight — Make the bot turn rightplaceBlock — Place a block at specified coordinatesdigBlock — Break a block at specified coordinatesgetBlockInfo — Get information about a block at specified coordinatesselectSlot — Select a hotbar slot (0-8)getInventory — Get contents of bot's inventoryequipItem — Equip an item by name to specified destinationgetStatus — Get bot's current status (health, food, position, etc.)getNearbyEntities — Get list of nearby entities within rangeThe server is distributed via npm as @smithery/cli, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.
Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. MCP Minecraft sits in that group, and the shape of its toolset — chat, jump, moveForward among others — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| chat | Send chat messages to the server |
| jump | Make the bot jump |
| moveForward | Make the bot move forward |
| moveBack | Make the bot move backward |
| turnLeft | Make the bot turn left |
| turnRight | Make the bot turn right |
| placeBlock | Place a block at specified coordinates |
| digBlock | Break a block at specified coordinates |
| getBlockInfo | Get information about a block at specified coordinates |
| selectSlot | Select a hotbar slot (0-8) |
| getInventory | Get contents of bot's inventory |
| equipItem | Equip an item by name to specified destination |
| getStatus | Get bot's current status (health, food, position, etc.) |
| getNearbyEntities | Get list of nearby entities within range |
{
"mcpServers": {
"minecraft": {
"command": "npx",
"args": ["-y", "@smithery/cli"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
A knowledge graph your assistant keeps between sessions — entities, relations and observations that persist.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
A structured scratchpad for hard problems — stepwise reasoning with revisions, branches and visible logic.
Symbol-level code navigation, refactoring and memory for coding agents — the IDE brain your assistant has been missing.
Chat with your second brain — search, read and write vault notes through the Local REST API.