PluginBench
MCP Server
Active
Apache-2.0

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.

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

    ConnectWise CPQ tenant/site access key (from the Sell URL ...home?accesskey=<this>)

  • CPQ_PUBLIC_KEY
    required

    ConnectWise CPQ public API key (Settings → Organization Settings → API Keys)

  • CPQ_PRIVATE_KEY
    required
    secret

    ConnectWise CPQ private API key (shown once at creation)

  • MCP_TRANSPORT

    Transport mode. 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": {
    "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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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 Code
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.3

Related MCP servers

Autotask

Active

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

48
TypeScript
Apache-2.0
View repository →

NinjaOne

Active

MCP server for NinjaOne RMM — devices, organizations, alerts, and tickets.

22
TypeScript
Apache-2.0
View repository →

MCP server for ConnectWise Manage PSA — companies, tickets, projects, time entries, and more.

19
TypeScript
Apache-2.0
View repository →

IT Glue

Active

MCP server for IT Glue — organizations, configurations, passwords, flexible assets, and documents.

17
TypeScript
Apache-2.0
View repository →

CIPP

Active

MCP server for CIPP — M365 multi-tenant management for MSPs (users, tenants, policies).

10
TypeScript
View repository →

Datto RMM

Active

MCP server for Datto RMM — devices, alerts, sites, jobs, and audit data.

3
TypeScript
Apache-2.0
View repository →