mcpbeat Sign in

Fabricator Panel MCP Server

by philderks Your server? Claim it
local only

Fabricator Panel MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 412 installs a week from pypi. Last commit 16 Sep 2026.

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

412
Installs / week
pypi · fabricator-panel-mcp
50
Stars
1 open issues
16 Sep 2026
Last commit
0 releases in 90 days
AGPL-3.0
License
Python

What the code does

We read the source, 12 h ago · rules 3dff92dd89df

In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation tools/install.sh:605
Description=Watch for Fabricator self-update requests

[Path]
PathExists=${UPDATE_REQUEST_FILE}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

Nothing serious here today

Today is the operative word: we check Fabricator Panel MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add fabricator-panel-mcp -- uvx fabricator-panel-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fabricator-panel-mcp": {
      "args": [
        "fabricator-panel-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.fabricator-panel-mcp]
command = "uvx"
args = ["fabricator-panel-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "fabricator-panel-mcp": {
      "args": [
        "fabricator-panel-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "fabricator-panel-mcp": {
      "args": [
        "fabricator-panel-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: FABRICATOR_URL (Base URL of the Fabricator panel), FABRICATOR_TOKEN (API token created on the panel's Integrations page). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Fabricator Panel MCP

same job, measured the same way
Mealie MCP Server
by ni-c

MCP server for Mealie, the self-hosted recipe manager and meal planner

57 installs/wk local only
Gotify MCP
by tootie

MCP server for self-hosted Gotify push notifications and message management.

59 installs/wk local only
Wisp MCP
by breezedelegate

Wisp Panel MCP server for secure game server management through the Wisp Client API.

local only
Tomcat
by sarath-451

Local MCP server for AI-assisted Apache Tomcat management and diagnostics

36 installs/wk local only
AppCrane
by gitayg

Deploy and manage apps on your own AppCrane instance, the self-hosted PaaS for AI-built apps.

63 installs/wk local only
Linkwarden
by ni-c

MCP server for Linkwarden, the self-hosted bookmark manager with page preservation

47 installs/wk local only
Hevy MCP Server
by chrisdoc

MCP server for managing workouts, routines, and exercise data through the Hevy API

53 090 installs/wk local only
FreshRSS
by ni-c

MCP server for FreshRSS, the self-hosted RSS feed aggregator

59 installs/wk local only

Fabricator Panel MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Fabricator Panel MCP?
Fabricator Panel MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package fabricator-panel-mcp was installed 412 times last week.
How do I connect Fabricator Panel MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls fabricator-panel-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Fabricator Panel MCP?
The pypi package fabricator-panel-mcp was installed 412 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Fabricator Panel MCP open source?
Yes — it is published under the AGPL-3.0 licence, written in Python, 50 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.