Skip to main content
Glama

ActionKit MCP Server

by jackmuva

ActionKit MCP 스타터

배경

이 저장소는 ActionKit 데모를 위한 MCP 서버입니다. 이 서버를 Claude Desktop 에 연결하면 ActionKit의 모든 Slack 작업에 액세스할 수 있습니다. 이 예시에서는 사용자가 Paragon Connect Portal을 통해 인증되었다고 가정합니다. 이 데모에서는 Slack 작업으로 필터링했지만, index.ts 파일에서 Slack 필터를 제거하면 이 설정을 변경할 수 있습니다.

설정하기

  1. 먼저 Claude Desktop 설치하세요
  2. 이 저장소를 복제하고 npm install 실행하세요.
  3. 다음으로 Claude Desktop에서 사용할 자바스크립트 파일을 빌드하기 위해 npm run build 실행합니다.
  4. 마지막 단계는 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 에서 파일을 클릭하면 찾을 수 있습니다.
  1. Claude Desktop을 열면 Slack 도구 목록이 있는 hammer icon 있어야 합니다.
  • 또한 앱이 MCP에 연결되었는지 확인할 수 있는 plug icon 도 있어야 합니다.
-
security - not tested
F
license - not found
-
quality - not tested

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과 상호 작용할 수 있습니다.

  1. 배경
    1. 설정하기

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        Enables interaction with Slack workspaces as a user, supporting channel listing, message posting, threading, reactions, and user management via the Slack API.
        Last updated -
        8
        3
        JavaScript
        MIT License
      • -
        security
        F
        license
        -
        quality
        An MCP server that enables LLMs to access Slack's search functionality to retrieve users, channels, messages, and thread replies from a Slack workspace.
        Last updated -
        TypeScript
      • A
        security
        F
        license
        A
        quality
        A TypeScript MCP server that integrates Devin AI with Slack, allowing users to create Devin sessions, post tasks to Slack channels, and maintain thread context between Devin sessions and Slack threads.
        Last updated -
        5
        JavaScript
        • Apple
      • -
        security
        F
        license
        -
        quality
        A connector enabling Claude Desktop or any MCP client to interact with Slack workspaces to post messages and query user lists.
        Last updated -
        TypeScript

      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/jackmuva/mcp-actionkit'

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