ConnectWise PSA MCP Server

ConnectWise PSA (Manage) MCP server - tickets, time entries, companies, configurations, BYOK. This MCP entry surfaces a curated ranking/list from the project README rather than a classic multi-tool integration surface. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-27 · ★ 5 · #230 OF 945 MAINTAINED OTHER · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install ConnectWise PSA

before you install - you'll need

Set CW_SITE, CW_COMPANY_ID, CW_CLIENT_ID, CW_PUBLIC_KEY, CW_PRIVATE_KEY, CW_MEMBER_IDENTIFIER, CW_DB_HOST, CW_DB_USER, CW_DB_QUERY_LIBRARY before connecting.

Claude Code

claude mcp add mspstack-mcp-connectwise-psa -- npx -y mcp-connectwise-psa

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "mspstack-mcp-connectwise-psa": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-connectwise-psa"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package mcp-connectwise-psa - unscoped; check the name against the project README before installing

registry namespace io.github.mspstack is GitHub-verified and matches the repo owner

03 · What ConnectWise PSA can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Limitations (from the README)

- Ticket searches default to open tickets; status/board names are exact, text filters are substrings. - Service and project tickets live on different ConnectWise resources. Read tools take ticket_type (both by default) and merge; by-id tools default to auto and detect the resource, which costs one extra lookup - pass service/project to skip it. cw_create_ticket makes service tickets only: a project ticket needs a pro

Latest releases

v0.11.0 · 2026-08-27

v0.10.0 · 2026-08-27

db-schema: warn about the v_rpt_configuration question fan-out

v0.9.0 · 2026-08-19

04 · Who maintains ConnectWise PSA

ConnectWise PSA is maintained by mspstack. We track 3 MCP servers from mspstack - 3 actively maintained, 14 combined GitHub stars, oldest repo from Jul 2026. Full record: all servers from mspstack.

  1. IT Glue IT Glue MCP server for MSPs - documents, flexible assets, semantic vector search, RBAC, and BYOK ★ 5
  2. Microsoft Planner Microsoft Planner MCP server - plans, buckets, tasks via Microsoft Graph, ETags handled ★ 4

05 · Facts

category
other - ranked #230 of 945 actively-maintained other servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-08-27)
registry
io.github.mspstack/mcp-connectwise-psa (active, first published 2026-07-16 · 8 versions)
packages
npm:mcp-connectwise-psa

06 · ConnectWise PSA FAQ

What is ConnectWise PSA?

ConnectWise PSA (Manage) MCP server - tickets, time entries, companies, configurations, BYOK. This MCP entry surfaces a curated ranking/list from the project README rather than a classic multi-tool integration surface. It runs locally over stdio via the published package.

Is ConnectWise PSA still maintained?

Yes - as of 2026-09-18, its last commit was 2026-08-27 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install ConnectWise PSA?

Run `npx -y mcp-connectwise-psa`. The README documents 9 environment variables (CW_SITE, CW_COMPANY_ID, CW_CLIENT_ID…) to set first. Set CW_SITE, CW_COMPANY_ID, CW_CLIENT_ID, CW_PUBLIC_KEY, CW_PRIVATE_KEY, CW_MEMBER_IDENTIFIER, CW_DB_HOST, CW_DB_USER, CW_DB_QUERY_LIBRARY before connecting. You can also paste the ready-made client config above.

Does ConnectWise PSA run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to ConnectWise PSA

More MCP servers to compare · Jobd · Plant Genomics · Toolradar · Pdfmux · Petsonality

More TypeScript MCP servers · IT Glue (mspstack) · Microsoft Planner · Storeshots MCP · Prompt Protection · Intercom · see all