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
{
"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