Skip to content
Cursor

ConnectWise CPQ for Cursor

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

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

client:Cursor transport:stdio runtime:oci

Install ConnectWise CPQ in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "connectwise-cpq-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/connectwise-cpq-mcp:v1.0.4"
      ],
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ConnectWise CPQ in other clients