MCP server for FastPanel 2 — manage sites, databases, SSL, nginx configs from Claude/Cursor via natural language
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"fastpanel-mcp": {
"command": "npx",
"args": [
"-y",
"iMateo/fastpanel-mcp"
]
}
}
}
Run in terminal:
claude mcp add fastpanel-mcp npx -y iMateo/fastpanel-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"fastpanel-mcp": {
"command": "npx",
"args": [
"-y",
"iMateo/fastpanel-mcp"
]
}
}
}