mcp for Claude Desktop
com.billingserv/mcp
BillingServ MCP server for customers, invoices, orders, packages, licenses, and revenue reports.
client:Claude Desktop
transport:stdio
runtime:npm
Install mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@billingserv/mcp-server"
],
"env": {
"BILLINGSERV_API_BASE_URL": "<BILLINGSERV_API_BASE_URL>",
"BILLINGSERV_API_KEY": "<BILLINGSERV_API_KEY>",
"BILLINGSERV_TIMEOUT_MS": "<BILLINGSERV_TIMEOUT_MS>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs