ConnectWise Manage MCP ServerServer

ethangillani
GitHub
Project ManagementCustomer SupportDeveloper Tools

Loading subscription status...

💡 Description

A Model Context Protocol server that provides integration with the ConnectWise Manage API. This server allows interaction with ConnectWise Manage to perform operations such as retrieving tickets, companies, contacts, and more.

📝 JSON Entries

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

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
  • Support for filtering and pagination for queries

💬 Example Queries

  • Search for service tickets in ConnectWise Manage.
  • Retrieve a specific service ticket by ID.
  • Create a new service ticket.