Loading MCP server directory, please wait...
ConnectWise PSA (Manage) MCP server — tickets, time entries, companies, configurations, BYOK
npx @getmcp/cli add io.github.selic/mcp-connectwise-psaRequires Node.js 18+. Community-contributed server. Review source before installing.
CW_SITEConnectWise host (e.g. na.myconnectwise.net or an on-prem host; full URLs accepted)
CW_COMPANY_IDConnectWise login company id
CW_CLIENT_IDIntegration clientId from developer.connectwise.com
CW_PUBLIC_KEYAPI member public key
CW_PRIVATE_KEYAPI member private key
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.selic/mcp-connectwise-psa": {
"command": "npx",
"args": [
"-y",
"mcp-connectwise-psa"
],
"env": {
"CW_SITE": "",
"CW_COMPANY_ID": "",
"CW_CLIENT_ID": "",
"CW_PUBLIC_KEY": "",
"CW_PRIVATE_KEY": "",
"CW_MEMBER_IDENTIFIER": ""
}
}
}
}