Skip to content
Cursor

minecraft mojang mcp for Cursor

io.github.mrfentmen/minecraft-mojang-mcp

Minecraft player profiles and server status. No key required.

client:Cursor transport:stdio runtime:npm

Install minecraft mojang mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "minecraft-mojang-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "minecraft-mojang-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

minecraft mojang mcp in other clients