MineMCP

AxenoDev/MineMCP
★ 2 stars Java 🤖 AI/LLM Updated 2mo ago
An MCP server implementation bridging AI agents and an Minecraft server.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "minemcp": {
      "command": "npx",
      "args": [
        "-y",
        "AxenoDev/MineMCP"
      ]
    }
  }
}