# Connectwise Mcp Server

> connectwise-mcp-server to use with Claude Desktop

- **Type:** MCP server
- **Install:** `agentstack add mcp-maxpopkin-connectwise-mcp-server`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [maxpopkin](https://agentstack.voostack.com/s/maxpopkin)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [maxpopkin](https://github.com/maxpopkin)
- **Source:** https://github.com/maxpopkin/connectwise-mcp-server

## Install

```sh
agentstack add mcp-maxpopkin-connectwise-mcp-server
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# ConnectWise Manage MCP Server

A Model Context Protocol server that provides integration with the ConnectWise Manage API. This server enables Claude to interact with ConnectWise Manage to perform operations like retrieving tickets, companies, contacts, and more.

## Features

- Authentication with ConnectWise Manage API using API keys
- Support for retrieving tickets, companies, contacts, and other entities
- Ability to create, update, and delete entities
- Filtering and pagination support for queries

## Installation

### Using NPM

```bash
npm install -g connectwise-mcp-server
```

### Manual Setup

1. Clone this repository
2. Install dependencies with `npm install`
3. Build the project with `npm run build`
4. Start the server with `npm start`

## Configuration

To use this MCP server, you'll need to provide ConnectWise Manage API credentials:

- Company ID
- Public Key
- Private Key
- ConnectWise Manage URL (e.g., api-na.myconnectwise.net)

### Claude Desktop Configuration

Add the following to your Claude Desktop configuration file (typically located at `~/Library/Application Support/Claude/claude_desktop_config.json` on macOS):

```json
{
  "mcpServers": {
    "connectwise": {
      "command": "npx",
      "args": ["-y", "connectwise-mcp-server"],
      "env": {
        "CW_COMPANY_ID": "your_company_id",
        "CW_PUBLIC_KEY": "your_public_key",
        "CW_PRIVATE_KEY": "your_private_key",
        "CW_URL": "api-na.myconnectwise.net"
      },
      "options": {
        "autoStart": true,
        "logLevel": "info"
      }
    }
  }
}
```

## Available Functions

### Search Tickets

Searches for service tickets in ConnectWise Manage.

```
cw_search_tickets(conditions, page_size, page)
```

### Get Ticket

Retrieves a specific service ticket by ID.

```
cw_get_ticket(ticket_id)
```

### Create Ticket

Creates a new service ticket.

```
cw_create_ticket(summary, description, board_id, company_id)
```

### Search Companies

Searches for companies in ConnectWise Manage.

```
cw_search_companies(conditions, page_size, page)
```

### Get Company

Retrieves a specific company by ID.

```
cw_get_company(company_id)
```

## License

MIT

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [maxpopkin](https://github.com/maxpopkin)
- **Source:** [maxpopkin/connectwise-mcp-server](https://github.com/maxpopkin/connectwise-mcp-server)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-maxpopkin-connectwise-mcp-server
- Seller: https://agentstack.voostack.com/s/maxpopkin
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
