MCP (Model Context Protocol) servers for AI-assisted Minecraft development. Lets tools like Claude Code interact directly with a running Minecraft server and client.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"minecraft-mcp": {
"command": "npx",
"args": [
"-y",
"InventivetalentDev/minecraft-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add minecraft-mcp npx -y InventivetalentDev/minecraft-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"minecraft-mcp": {
"command": "npx",
"args": [
"-y",
"InventivetalentDev/minecraft-mcp"
]
}
}
}
📋 Copy