Skip to content

lightbill mcp server for Grok

io.github.lightnet19/lightbill-mcp-server

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

client:Grok transport:stdio runtime:pypi

Install lightbill mcp server in Grok

.mcp.json (in your project root)

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

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

lightbill mcp server in other clients