Skip to content
Cline

lightbill mcp server for Cline

io.github.lightnet19/lightbill-mcp-server

LightBill ISP billing MCP server: 134 tools (customers, routers, OLT, invoices, payment).

client:Cline transport:stdio runtime:pypi

Install lightbill mcp server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "lightbill-mcp-server": {
      "command": "uvx",
      "args": [
        "lightbill-mcp-server"
      ],
      "env": {
        "LIGHTBILL_BASE_URL": "<LIGHTBILL_BASE_URL>",
        "LIGHTBILL_API_KEY": "<LIGHTBILL_API_KEY>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

lightbill mcp server in other clients