Fabricator Panel MCP

Self-hosted web dashboard for managing Minecraft servers. Website | Documentation | MCP server for AI clients. It runs locally over stdio via the published package.

People who work with fabric, fabricmc and homelab and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-16 · ★ 50 · #14 OF 43 MAINTAINED GAMING · VERIFIED 2026-09-18

AGPL-3.0 · Python servers · how we verify → /methodology

01 · Install Fabricator Panel MCP

before you install - you'll need

Set FLASK_ENV, SERVER_ROOT, SERVER_INDEX_FILE, PLAYIT_ENABLED before connecting.

Claude Code

claude mcp add philderks-fabricator -- uvx fabricator-panel-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "philderks-fabricator": {
      "command": "uvx",
      "args": [
        "fabricator-panel-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license AGPL-3.0 - declared in the repository

pypi package fabricator-panel-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.philderks is GitHub-verified and matches the repo owner

03 · What Fabricator Panel MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.3.1 · 2026-09-16

Added · Files can now be uploaded to and deleted from the file explorer. A mod Modrinth · doesn't carry - anything CurseForge-only - can be installed by dropping the jar · onto the mods folder rather than reaching for…

v1.3.0 · 2026-09-10

Added · Vanilla and Paper servers can now be upgraded to a newer Minecraft version from Settings. The target version is validated before anything is touched, the existing server jar is kept as a rollback, and progress…

mcp-v0.1.0 · 2026-09-02

Added · First public Beta release of the Fabricator MCP server. · Simple client installation through PyPI: · json · { · "command": "uvx", · "args": ["fabricator-panel-mcp"] · } · MCP Registry manifest for…

04 · Who maintains Fabricator Panel MCP

fabricator-panel-mcp is maintained by philderks. It's the only MCP server we track from this author; the repo dates to Nov 2025.

05 · Facts

category
gaming - ranked #14 of 43 actively-maintained gaming servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-16)
registry
io.github.philderks/fabricator-panel-mcp (active, first published 2026-09-02)
packages
pypi:fabricator-panel-mcp

06 · Fabricator Panel MCP FAQ

What is Fabricator Panel MCP?

Self-hosted web dashboard for managing Minecraft servers. Website | Documentation | MCP server for AI clients. It runs locally over stdio via the published package.

Is Fabricator Panel MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-16 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Fabricator Panel MCP?

Run `uvx fabricator-panel-mcp`. The README documents 4 environment variables (FLASK_ENV, SERVER_ROOT, SERVER_INDEX_FILE…) to set first. Set FLASK_ENV, SERVER_ROOT, SERVER_INDEX_FILE, PLAYIT_ENABLED before connecting. You can also paste the ready-made client config above.

Does Fabricator Panel MCP run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Fabricator Panel MCP