PluginBench
MCP Server

Kaseya BMS MCP Server

io.github.wyre-technology/kaseya-bms-mcp

What is the Kaseya BMS MCP server?

MCP server for Kaseya BMS PSA — tickets, accounts, time entries, contracts.

How to install Kaseya BMS

Copy-paste configuration for popular MCP clients.

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

    Tenant subdomain (e.g. 'yourcompany' for yourcompany.bms.kaseya.com)

  • KASEYA_BMS_API_TOKEN
    secret

    BMS API token (omit if using Kaseya One token)

  • KASEYA_BMS_K1_TOKEN
    secret

    Kaseya One SSO token (alternative to API token)

  • MCP_TRANSPORT

    Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.

  • AUTH_MODE

    Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.

  • LOG_LEVEL

    Log verbosity: debug, info, warn, error

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "kaseya-bms-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/kaseya-bms-mcp:v1.0.6"
      ],
      "env": {
        "KASEYA_BMS_TENANT_SUBDOMAIN": "<YOUR_KASEYA_BMS_TENANT_SUBDOMAIN>",
        "KASEYA_BMS_API_TOKEN": "<YOUR_KASEYA_BMS_API_TOKEN>",
        "KASEYA_BMS_K1_TOKEN": "<YOUR_KASEYA_BMS_K1_TOKEN>",
        "MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
        "AUTH_MODE": "<YOUR_AUTH_MODE>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "kaseya-bms-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/kaseya-bms-mcp:v1.0.6"
      ],
      "env": {
        "KASEYA_BMS_TENANT_SUBDOMAIN": "<YOUR_KASEYA_BMS_TENANT_SUBDOMAIN>",
        "KASEYA_BMS_API_TOKEN": "<YOUR_KASEYA_BMS_API_TOKEN>",
        "KASEYA_BMS_K1_TOKEN": "<YOUR_KASEYA_BMS_K1_TOKEN>",
        "MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
        "AUTH_MODE": "<YOUR_AUTH_MODE>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "kaseya-bms-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/kaseya-bms-mcp:v1.0.6"
      ],
      "env": {
        "KASEYA_BMS_TENANT_SUBDOMAIN": "<YOUR_KASEYA_BMS_TENANT_SUBDOMAIN>",
        "KASEYA_BMS_API_TOKEN": "<YOUR_KASEYA_BMS_API_TOKEN>",
        "KASEYA_BMS_K1_TOKEN": "<YOUR_KASEYA_BMS_K1_TOKEN>",
        "MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
        "AUTH_MODE": "<YOUR_AUTH_MODE>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "kaseya-bms-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/kaseya-bms-mcp:v1.0.6"
      ],
      "env": {
        "KASEYA_BMS_TENANT_SUBDOMAIN": "<YOUR_KASEYA_BMS_TENANT_SUBDOMAIN>",
        "KASEYA_BMS_API_TOKEN": "<YOUR_KASEYA_BMS_API_TOKEN>",
        "KASEYA_BMS_K1_TOKEN": "<YOUR_KASEYA_BMS_K1_TOKEN>",
        "MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
        "AUTH_MODE": "<YOUR_AUTH_MODE>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Claude Code
claude mcp add kaseya-bms-mcp --env KASEYA_BMS_TENANT_SUBDOMAIN=<YOUR_KASEYA_BMS_TENANT_SUBDOMAIN> --env KASEYA_BMS_API_TOKEN=<YOUR_KASEYA_BMS_API_TOKEN> --env KASEYA_BMS_K1_TOKEN=<YOUR_KASEYA_BMS_K1_TOKEN> --env MCP_TRANSPORT=<YOUR_MCP_TRANSPORT> --env AUTH_MODE=<YOUR_AUTH_MODE> --env LOG_LEVEL=<YOUR_LOG_LEVEL> -- docker run -i --rm ghcr.io/wyre-technology/kaseya-bms-mcp:v1.0.6

Related MCP servers

MCP server for Abnormal Security — AI-powered email threat detection, cases, and remediation.

View repository →

Action1 MCP server — endpoint inventory, patch visibility, and policy automation via REST API.

View repository →

MCP server for Alternative Payments — customers, invoices, payment requests, payouts, webhooks.

View repository →

MCP server for Atera RMM — customers, tickets, and more.

View repository →

MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.

View repository →

MCP server for the Auvik network monitoring API — devices, alerts, statistics, billing.

View repository →