lightbill mcp server for Cursor
io.github.lightnet19/lightbill-mcp-server
LightBill ISP billing MCP server: 134 tools (customers, routers, OLT, invoices, payment).
client:Cursor
transport:stdio
runtime:pypi
Install lightbill mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs