Home › Other › Fabricator

Fabricator

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

Python
★ 49 stars Last pushed 2026-09-22 License: AGPL-3.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.1.0)

uvx fabricator-panel-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "fabricator": {
      "command": "uvx",
      "args": [
        "fabricator-panel-mcp"
      ],
      "env": {
        "FABRICATOR_URL": "<YOUR_VALUE>",
        "FABRICATOR_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • FABRICATOR_URL — Base URL of the Fabricator panel
  • FABRICATOR_TOKEN required secret — API token created on the panel's Integrations page

Related servers

Data from the Official MCP Registry