MCP Server for Interacting with Minecraft Bedrock Dedicated Servers - Supported by the Accompanying Behavior Pack
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"minecraft-bedrock-mc": {
"command": "npx",
"args": [
"-y",
"chapmanjw/minecraft-bedrock-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add minecraft-bedrock-mc npx -y chapmanjw/minecraft-bedrock-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"minecraft-bedrock-mc": {
"command": "npx",
"args": [
"-y",
"chapmanjw/minecraft-bedrock-mcp-server"
]
}
}
}