Fabricator
Rank #3,210io.github.philderks/fabricator-panel-mcp
Manage and diagnose Minecraft servers through the self-hosted Fabricator panel.
Fabricator is a Model Context Protocol (MCP) server published by philderks. It ranks #3,210 of 132,046 servers tracked on MCP Toplist, and its repository has 50 GitHub stars. Fabricator is listed on Official MCP, with 1 tracked version. It was first listed on Aug 2, 2026 and most recently updated on Sep 2, 2026.
Ranks ahead of 128,836 of 132,046 servers on MCP Toplist.
Use Fabricator
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add fabricator-panel-mcp -e "FABRICATOR_URL=<your FABRICATOR_URL>" -e "FABRICATOR_TOKEN=<your FABRICATOR_TOKEN>" -- uvx fabricator-panel-mcpReplace each placeholder with your own value before saving.
[mcp_servers.fabricator-panel-mcp]
command = "uvx"
args = ["fabricator-panel-mcp"]
[mcp_servers.fabricator-panel-mcp.env]
FABRICATOR_URL = "<your FABRICATOR_URL>"
FABRICATOR_TOKEN = "<your FABRICATOR_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fabricator-panel-mcp": {
"command": "uvx",
"args": [
"fabricator-panel-mcp"
],
"env": {
"FABRICATOR_URL": "<your FABRICATOR_URL>",
"FABRICATOR_TOKEN": "<your FABRICATOR_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fabricator-panel-mcp": {
"command": "uvx",
"args": [
"fabricator-panel-mcp"
],
"env": {
"FABRICATOR_URL": "<your FABRICATOR_URL>",
"FABRICATOR_TOKEN": "<your FABRICATOR_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"fabricator-panel-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"fabricator-panel-mcp"
],
"env": {
"FABRICATOR_URL": "<your FABRICATOR_URL>",
"FABRICATOR_TOKEN": "<your FABRICATOR_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fabricator-panel-mcp": {
"command": "uvx",
"args": [
"fabricator-panel-mcp"
],
"env": {
"FABRICATOR_URL": "<your FABRICATOR_URL>",
"FABRICATOR_TOKEN": "<your FABRICATOR_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fabricator-panel-mcp": {
"command": "uvx",
"args": [
"fabricator-panel-mcp"
],
"env": {
"FABRICATOR_URL": "<your FABRICATOR_URL>",
"FABRICATOR_TOKEN": "<your FABRICATOR_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.philderks%2Ffabricator-panel-mcp)<a href="https://mcptoplist.com/server/io.github.philderks%2Ffabricator-panel-mcp"><img src="https://mcptoplist.com/badge/io.github.philderks%2Ffabricator-panel-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
philderks
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Sep 2, 2026 |
Frequently asked questions
- Who maintains Fabricator?
- Fabricator is maintained by philderks, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Fabricator listed on the Official MCP Registry?
- Yes — Fabricator is listed on the Official MCP Registry.
- How many versions does Fabricator have?
- MCP Toplist tracks 1 version of Fabricator, most recently published on Sep 2, 2026.
- Where can I find the source code for Fabricator?
- The source code for Fabricator is hosted at github.com/philderks/Fabricator.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.