Skip to content
Windsurf

lightbill mcp server for Windsurf

io.github.lightnet19/lightbill-mcp-server

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

client:Windsurf transport:stdio runtime:pypi

Install lightbill mcp server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

lightbill mcp server in other clients