HMCL (MCP Server)

GitHub

A Minecraft Launcher which is multi-functional, cross-platform and popular

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "HMCL": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-HMCL"
      ]
    }
  }
}