ConnectWise CPQ MCP Server
io.github.wyre-technology/connectwise-cpq-mcp
What is the ConnectWise CPQ MCP server?
MCP server for ConnectWise CPQ (Sell) — quotes, line items, customers, terms, and templates.
How to install ConnectWise CPQ
Copy-paste configuration for popular MCP clients.
CPQ_ACCESS_KEYrequiredsecretConnectWise CPQ tenant/site access key (from the Sell URL ...home?accesskey=<this>)
CPQ_PUBLIC_KEYrequiredConnectWise CPQ public API key (Settings → Organization Settings → API Keys)
CPQ_PRIVATE_KEYrequiredsecretConnectWise CPQ private API key (shown once at creation)
MCP_TRANSPORTTransport mode. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.
AUTH_MODECredential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.
LOG_LEVELLog verbosity: debug, info, warn, error
{
"mcpServers": {
"connectwise-cpq-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/connectwise-cpq-mcp:v1.0.3"
],
"env": {
"CPQ_ACCESS_KEY": "<YOUR_CPQ_ACCESS_KEY>",
"CPQ_PUBLIC_KEY": "<YOUR_CPQ_PUBLIC_KEY>",
"CPQ_PRIVATE_KEY": "<YOUR_CPQ_PRIVATE_KEY>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"connectwise-cpq-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/connectwise-cpq-mcp:v1.0.3"
],
"env": {
"CPQ_ACCESS_KEY": "<YOUR_CPQ_ACCESS_KEY>",
"CPQ_PUBLIC_KEY": "<YOUR_CPQ_PUBLIC_KEY>",
"CPQ_PRIVATE_KEY": "<YOUR_CPQ_PRIVATE_KEY>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"connectwise-cpq-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/connectwise-cpq-mcp:v1.0.3"
],
"env": {
"CPQ_ACCESS_KEY": "<YOUR_CPQ_ACCESS_KEY>",
"CPQ_PUBLIC_KEY": "<YOUR_CPQ_PUBLIC_KEY>",
"CPQ_PRIVATE_KEY": "<YOUR_CPQ_PRIVATE_KEY>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"servers": {
"connectwise-cpq-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/connectwise-cpq-mcp:v1.0.3"
],
"env": {
"CPQ_ACCESS_KEY": "<YOUR_CPQ_ACCESS_KEY>",
"CPQ_PUBLIC_KEY": "<YOUR_CPQ_PUBLIC_KEY>",
"CPQ_PRIVATE_KEY": "<YOUR_CPQ_PRIVATE_KEY>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}claude mcp add connectwise-cpq-mcp --env CPQ_ACCESS_KEY=<YOUR_CPQ_ACCESS_KEY> --env CPQ_PUBLIC_KEY=<YOUR_CPQ_PUBLIC_KEY> --env CPQ_PRIVATE_KEY=<YOUR_CPQ_PRIVATE_KEY> --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/connectwise-cpq-mcp:v1.0.3Related MCP servers
Autotask
MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.
NinjaOne
MCP server for NinjaOne RMM — devices, organizations, alerts, and tickets.
ConnectWise Manage
MCP server for ConnectWise Manage PSA — companies, tickets, projects, time entries, and more.
IT Glue
MCP server for IT Glue — organizations, configurations, passwords, flexible assets, and documents.
CIPP
MCP server for CIPP — M365 multi-tenant management for MSPs (users, tenants, policies).
Datto RMM
MCP server for Datto RMM — devices, alerts, sites, jobs, and audit data.