Skip to content
Grok

ConnectWise PSA for Grok

io.github.selic/mcp-connectwise-psa

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

client:Grok transport:stdio runtime:npm

Install ConnectWise PSA in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

ConnectWise PSA in other clients