Skip to content
Cursor

fabricator panel mcp for Cursor

io.github.philderks/fabricator-panel-mcp

Manage and diagnose Minecraft servers through the self-hosted Fabricator panel.

client:Cursor transport:stdio runtime:pypi

Install fabricator panel mcp in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "fabricator-panel-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "fabricator-panel-mcp"
      ],
      "env": {
        "FABRICATOR_URL": "<FABRICATOR_URL>",
        "FABRICATOR_TOKEN": "<FABRICATOR_TOKEN>"
      }
    }
  }
}

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

fabricator panel mcp in other clients