ActionKit MCP 스타터
배경
이 저장소는 ActionKit 데모를 위한 MCP 서버입니다. 이 서버를 Claude Desktop 에 연결하면 ActionKit의 모든 Slack 작업에 액세스할 수 있습니다. 이 예시에서는 사용자가 Paragon Connect Portal을 통해 인증되었다고 가정합니다. 이 데모에서는 Slack 작업으로 필터링했지만, index.ts
파일에서 Slack 필터를 제거하면 이 설정을 변경할 수 있습니다.
설정하기
먼저
Claude Desktop
설치하세요이 저장소를 복제하고
npm install
실행하세요.다음으로 Claude Desktop에서 사용할 자바스크립트 파일을 빌드하기 위해
npm run build
실행합니다.마지막 단계는 Claude Desktop을 MCP 서버로 지정하는 것입니다.
텍스트 편집기(예:
vi ~/Library/Application\ Support/Claude/claude_desktop_config.json
사용하여 Claude 구성 파일을 생성/편집합니다.claude_desktop_config.json
파일에 다음 구성을 붙여넣습니다.
지엑스피1
Paragon 자격 증명으로 환경 변수를 채우세요.
USER
환경 변수의 경우 이는Paragon Connect Portal
에서 인증된 로그인 사용자에 해당합니다.demo.useparagon.com을 사용하여 사용자로 빠르게 로그인하고 Slack에 인증하세요 (이것은 Slack 도구를 사용자를 대신하여 사용하는 데 필요합니다)
참고: ABSOLUTE_PATH는 Mac의
Finder
에서 파일을 클릭하면 찾을 수 있습니다.
Claude Desktop을 열면 Slack 도구 목록이 있는
hammer icon
있어야 합니다.
또한 앱이 MCP에 연결되었는지 확인할 수 있는
plug icon
도 있어야 합니다.
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
Claude Desktop에 연결하고 ActionKit을 통해 Slack 작업에 대한 액세스를 제공하는 MCP 서버로, 사용자는 인증된 Paragon 자격 증명을 통해 Slack과 상호 작용할 수 있습니다.
Related MCP Servers
- AsecurityAlicenseAqualityMCP Server for the Slack API, enabling Claude to interact with Slack workspaces.Last updated -11,12070,826MIT License
- AsecurityAlicenseAqualityAn MCP server that enables saving and sharing Claude Desktop conversations, allowing users to store chats privately or make them public through a web interface.Last updated -10MIT License
- -securityFlicense-qualityAn MCP server that connects Claude for Desktop with blockchain functionality, allowing users to check balances and send tokens on EVM and Solana chains through natural language interactions.Last updated -
- AsecurityFlicenseAqualityAn MCP server that allows Claude to interact with Discord by providing tools for sending/reading messages and managing server resources through Discord's API.Last updated -1930