Loading MCP server directory, please wait...
Manage Marzban panels through the Model Context Protocol.
npx @getmcp/cli add io.github.Ilmar7786/marzban-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
MARZBAN_BASE_URLURL of the Marzban panel.
MARZBAN_USERNAMEMarzban administrator username.
MARZBAN_PASSWORDMarzban administrator password.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Ilmar7786/marzban-mcp": {
"command": "npx",
"args": [
"-y",
"marzban-mcp"
],
"env": {
"MARZBAN_BASE_URL": "",
"MARZBAN_USERNAME": "",
"MARZBAN_PASSWORD": ""
}
}
}
}