ConnectWise MCP 서버 관리
ConnectWise Manage API와의 통합을 제공하는 모델 컨텍스트 프로토콜 서버입니다. 이 서버를 통해 Claude는 ConnectWise Manage와 상호 작용하여 티켓, 회사, 연락처 등의 검색과 같은 작업을 수행할 수 있습니다.
특징
- API 키를 사용하여 ConnectWise Manage API로 인증
- 티켓, 회사, 연락처 및 기타 엔터티 검색 지원
- 엔터티를 생성, 업데이트 및 삭제하는 기능
- 쿼리에 대한 필터링 및 페이지 매김 지원
설치
NPM 사용하기
지엑스피1
수동 설정
- 이 저장소를 복제하세요
npm install
로 종속성 설치npm run build
로 프로젝트를 빌드하세요.npm start
로 서버를 시작하세요
구성
이 MCP 서버를 사용하려면 ConnectWise Manage API 자격 증명을 제공해야 합니다.
- 회사 ID
- 공개 키
- 개인 키
- ConnectWise 관리 URL(예: api-na.myconnectwise.net)
클로드 데스크톱 구성
Claude Desktop 구성 파일(macOS에서는 일반적으로 ~/Library/Application Support/Claude/claude_desktop_config.json
에 위치)에 다음을 추가합니다.
사용 가능한 기능
티켓 검색
ConnectWise Manage에서 서비스 티켓을 검색합니다.
티켓 받기
ID로 특정 서비스 티켓을 검색합니다.
티켓 생성
새로운 서비스 티켓을 생성합니다.
회사 검색
ConnectWise Manage에서 회사를 검색합니다.
회사를 얻으세요
ID로 특정 회사를 검색합니다.
특허
MIT
This server cannot be installed
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와 상호 작용하여 티켓, 회사, 연락처 및 기타 엔터티를 검색, 생성, 업데이트 및 삭제하는 등의 작업을 수행할 수 있도록 하는 모델 컨텍스트 프로토콜 서버입니다.
Related Resources
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol server that allows Claude to interact with Linear's API for managing teams, issues, projects, and cycles.Last updated -211TypeScriptMIT License
- -securityFlicense-qualityA 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 -1942TypeScript
- -securityFlicense-qualityA 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
- -securityFlicense-qualityA 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 -462Python