Skip to content
Claude Desktop

ConnectWise CPQ for Claude Desktop

io.github.wyre-ai/connectwise-cpq-mcp

MCP server for ConnectWise CPQ (Sell) — quotes, line items, customers, terms, and templates.

client:Claude Desktop transport:stdio runtime:oci

Install ConnectWise CPQ in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "connectwise-cpq-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-ai/connectwise-cpq-mcp:v1.0.5"
      ],
      "env": {
        "CPQ_ACCESS_KEY": "<CPQ_ACCESS_KEY>",
        "CPQ_PUBLIC_KEY": "<CPQ_PUBLIC_KEY>",
        "CPQ_PRIVATE_KEY": "<CPQ_PRIVATE_KEY>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "AUTH_MODE": "<AUTH_MODE>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

ConnectWise CPQ in other clients