Loading MCP server directory, please wait...
CLI and MCP server for Kaseya BMS PSA: tickets, CRM, contracts, finance, and offline analytics.
npx @getmcp/cli add io.github.Servosity/kaseya-bms-mcpRequires Pre-built binary. Community-contributed server. Review source before installing.
KASEYA_BMS_PASSWORDPassword for KASEYA_BMS_USERNAME. Exchanged for a JWT; never sent on data calls.
KASEYA_BMS_TENANTYour company name exactly as it appears under My Settings in BMS. The authenticate call rejects the login without it.
KASEYA_BMS_USERNAMEKaseya BMS login used by `auth login` to exchange for a short-lived JWT.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Servosity/kaseya-bms-mcp": {
"command": "https://github.com/Servosity/msp-skills/releases/download/kaseya-bms-v0.1.2/kaseya-bms-mcp.mcpb",
"env": {
"KASEYA_BMS_BASE_URL": "https://api.bms.kaseya.com",
"KASEYA_BMS_BEARER_AUTH": "",
"KASEYA_BMS_PASSWORD": "",
"KASEYA_BMS_TENANT": "",
"KASEYA_BMS_TOKEN": "",
"KASEYA_BMS_USERNAME": ""
}
}
}
}