Skip to content
Cursor

ConnectWise PSA for Cursor

io.github.selic/mcp-connectwise-psa

ConnectWise PSA (Manage) MCP server — tickets, time entries, companies, configurations, BYOK

client:Cursor transport:stdio runtime:npm

Install ConnectWise PSA 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": {
    "mcp-connectwise-psa": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-connectwise-psa"
      ],
      "env": {
        "CW_SITE": "<CW_SITE>",
        "CW_COMPANY_ID": "<CW_COMPANY_ID>",
        "CW_CLIENT_ID": "<CW_CLIENT_ID>",
        "CW_PUBLIC_KEY": "<CW_PUBLIC_KEY>",
        "CW_PRIVATE_KEY": "<CW_PRIVATE_KEY>",
        "CW_MEMBER_IDENTIFIER": "<CW_MEMBER_IDENTIFIER>"
      }
    }
  }
}

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

ConnectWise PSA in other clients