minecraft-mcp-server
A Minecraft MCP Server that allows real-time control of a Minecraft character using natural language instructions.
This server utilizes the Mineflayer API to create a Minecraft bot that can build structures, explore the world, and interact with the game environment based on user commands. It is designed to work with the Model Context Protocol (MCP), enabling advanced AI functionalities through integration with large language models like Claude. Users can easily set up the server and connect it to their Minecraft game for an enhanced gaming experience.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"minecraft-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-minecraft-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions