PluginBench
MCP Server

Kaseya BMS MCP MCP Server

io.github.Servosity/kaseya-bms-mcp

What is the Kaseya BMS MCP MCP server?

CLI and MCP server for Kaseya BMS PSA: tickets, CRM, contracts, finance, and offline analytics.

How to install Kaseya BMS MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • KASEYA_BMS_TOKEN
    secret

    Pre-minted Kaseya BMS JWT, sent as a Bearer token. Set this OR KASEYA_BMS_BEARER_AUTH; alternatively run 'kaseya-bms-cli auth login' to mint one from username/password/tenant.

  • KASEYA_BMS_BEARER_AUTH
    secret

    Alias for KASEYA_BMS_TOKEN - a pre-minted Kaseya BMS JWT sent as a Bearer token. Set one of the two, or use 'auth login'.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "kaseya-bms-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/kaseya-bms-v0.1.0/kaseya-bms-mcp.mcpb",
      "args": [],
      "env": {
        "KASEYA_BMS_TOKEN": "<YOUR_KASEYA_BMS_TOKEN>",
        "KASEYA_BMS_BEARER_AUTH": "<YOUR_KASEYA_BMS_BEARER_AUTH>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "kaseya-bms-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/kaseya-bms-v0.1.0/kaseya-bms-mcp.mcpb",
      "args": [],
      "env": {
        "KASEYA_BMS_TOKEN": "<YOUR_KASEYA_BMS_TOKEN>",
        "KASEYA_BMS_BEARER_AUTH": "<YOUR_KASEYA_BMS_BEARER_AUTH>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "kaseya-bms-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/kaseya-bms-v0.1.0/kaseya-bms-mcp.mcpb",
      "args": [],
      "env": {
        "KASEYA_BMS_TOKEN": "<YOUR_KASEYA_BMS_TOKEN>",
        "KASEYA_BMS_BEARER_AUTH": "<YOUR_KASEYA_BMS_BEARER_AUTH>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "kaseya-bms-mcp": {
      "type": "stdio",
      "command": "https://github.com/Servosity/msp-skills/releases/download/kaseya-bms-v0.1.0/kaseya-bms-mcp.mcpb",
      "args": [],
      "env": {
        "KASEYA_BMS_TOKEN": "<YOUR_KASEYA_BMS_TOKEN>",
        "KASEYA_BMS_BEARER_AUTH": "<YOUR_KASEYA_BMS_BEARER_AUTH>"
      }
    }
  }
}
Claude Code
claude mcp add kaseya-bms-mcp --env KASEYA_BMS_TOKEN=<YOUR_KASEYA_BMS_TOKEN> --env KASEYA_BMS_BEARER_AUTH=<YOUR_KASEYA_BMS_BEARER_AUTH> -- https://github.com/Servosity/msp-skills/releases/download/kaseya-bms-v0.1.0/kaseya-bms-mcp.mcpb

Related MCP servers

Abnormal Security email threats, cases, and reporting in your terminal and your AI agents.

View repository →

The first real CLI for the Acronis Cyber Protect Cloud platform - every tenant, agent, and usage

View repository →

Every Action1 endpoint, plus fleet-wide patch and vulnerability views across all your organizations.

View repository →

The first CLI for Afi SaaS backup - full public-API coverage plus the fleet-wide coverage

View repository →

AppDirect marketplace operations with an offline mirror and cross-company billing reconciliation.

View repository →

Every Atera RMM + PSA endpoint, plus a local SQLite mirror that answers fleet-health, SLA, and

View repository →