Back to Browse

Marzban Sdk MCP Server

Developer ToolsLow Risk9.7MCP RegistryLocal
Free

Server data from the Official MCP Registry

Manage Marzban panels through the Model Context Protocol.

About

Manage Marzban panels through the Model Context Protocol.

Security Report

9.7
Low Risk9.7Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

11 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

URL of the Marzban panel.Optional

Environment variable: MARZBAN_BASE_URL

Marzban administrator username.Optional

Environment variable: MARZBAN_USERNAME

Marzban administrator password.Required

Environment variable: MARZBAN_PASSWORD

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-ilmar7786-marzban-mcp": {
      "env": {
        "MARZBAN_BASE_URL": "your-marzban-base-url-here",
        "MARZBAN_PASSWORD": "your-marzban-password-here",
        "MARZBAN_USERNAME": "your-marzban-username-here"
      },
      "args": [
        "-y",
        "marzban-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!