Skip to main content
Glama

ConnectWise Manage MCP Server

by ethangillani

ConnectWise MCP 서버 관리

ConnectWise Manage API와의 통합을 제공하는 모델 컨텍스트 프로토콜 서버입니다. 이 서버를 통해 Claude는 ConnectWise Manage와 상호 작용하여 티켓, 회사, 연락처 등의 검색과 같은 작업을 수행할 수 있습니다.

특징

  • API 키를 사용하여 ConnectWise Manage API로 인증
  • 티켓, 회사, 연락처 및 기타 엔터티 검색 지원
  • 엔터티를 생성, 업데이트 및 삭제하는 기능
  • 쿼리에 대한 필터링 및 페이지 매김 지원

설치

NPM 사용하기

지엑스피1

수동 설정

  1. 이 저장소를 복제하세요
  2. npm install 로 종속성 설치
  3. npm run build 로 프로젝트를 빌드하세요.
  4. npm start 로 서버를 시작하세요

구성

이 MCP 서버를 사용하려면 ConnectWise Manage API 자격 증명을 제공해야 합니다.

  • 회사 ID
  • 공개 키
  • 개인 키
  • ConnectWise 관리 URL(예: api-na.myconnectwise.net)

클로드 데스크톱 구성

Claude Desktop 구성 파일(macOS에서는 일반적으로 ~/Library/Application Support/Claude/claude_desktop_config.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" } } } }

사용 가능한 기능

티켓 검색

ConnectWise Manage에서 서비스 티켓을 검색합니다.

cw_search_tickets(conditions, page_size, page)

티켓 받기

ID로 특정 서비스 티켓을 검색합니다.

cw_get_ticket(ticket_id)

티켓 생성

새로운 서비스 티켓을 생성합니다.

cw_create_ticket(summary, description, board_id, company_id)

회사 검색

ConnectWise Manage에서 회사를 검색합니다.

cw_search_companies(conditions, page_size, page)

회사를 얻으세요

ID로 특정 회사를 검색합니다.

cw_get_company(company_id)

특허

MIT

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Claude가 ConnectWise Manage API와 상호 작용하여 티켓, 회사, 연락처 및 기타 엔터티를 검색, 생성, 업데이트 및 삭제하는 등의 작업을 수행할 수 있도록 하는 모델 컨텍스트 프로토콜 서버입니다.

  1. 특징
    1. 설치
      1. NPM 사용하기
      2. 수동 설정
    2. 구성
      1. 클로드 데스크톱 구성
    3. 사용 가능한 기능
      1. 티켓 검색
      2. 티켓 받기
      3. 티켓 생성
      4. 회사 검색
      5. 회사를 얻으세요
    4. 특허

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol server that allows Claude to interact with Linear's API for managing teams, issues, projects, and cycles.
        Last updated -
        21
        1
        TypeScript
        MIT License
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server that enables Claude and other LLMs to interact with Notion workspaces, providing capabilities like searching, retrieving, creating and updating pages, as well as managing databases.
        Last updated -
        194
        2
        TypeScript
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server that allows Claude to make API requests on your behalf, providing tools for testing various APIs including HTTP requests and OpenAI integrations without sharing your API keys in the chat.
        Last updated -
        Python
        • Linux
        • Apple
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server that provides a comprehensive interface for interacting with the ConnectWise Manage API, simplifying API discovery, execution, and management for both developers and AI assistants.
        Last updated -
        46
        2
        Python
        • Linux
        • Apple

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/ethangillani/connectwise-mcp-server'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server