Loading MCP server directory, please wait...
MCP server for Kaseya BMS PSA — tickets, accounts, time entries, contracts.
npx @getmcp/cli add io.github.wyre-technology/kaseya-bms-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
KASEYA_BMS_TENANT_SUBDOMAINTenant subdomain (e.g. 'yourcompany' for yourcompany.bms.kaseya.com)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wyre-technology/kaseya-bms-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"KASEYA_BMS_TENANT_SUBDOMAIN",
"-e",
"KASEYA_BMS_API_TOKEN",
"-e",
"KASEYA_BMS_K1_TOKEN",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-technology/kaseya-bms-mcp:v1.0.6"
],
"env": {
"KASEYA_BMS_TENANT_SUBDOMAIN": "",
"KASEYA_BMS_API_TOKEN": "",
"KASEYA_BMS_K1_TOKEN": "",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}