Skip to main content
Glama

ActionKit MCP Server

by jackmuva

アクションキット MCP スターター

背景

このリポジトリは、ActionKit のデモを行う MCP サーバーです。このサーバーをClaude Desktopに接続すると、ActionKit のすべてのSlackアクションにアクセスできます。この例では、ユーザーが Paragon Connect ポータル経由で認証されていることを前提としています。このデモでは、アクションを Slack アクションのみにフィルタリングしていますが、 index.tsファイルで Slack フィルターを削除することで設定を変更できます。

セットアップ

  1. まずClaude Desktopをインストールします
  2. このリポジトリをクローンしてnpm installを実行します
  3. 次に、 npm run buildを実行して、Claude Desktop で使用される JavaScript ファイルをビルドします。
  4. 最後のステップは、Claude DesktopをMCPサーバーに向けることです。
  • テキストエディタ(例: vi ~/Library/Application\ Support/Claude/claude_desktop_config.jsonを使用して、Claude 構成ファイルを作成/編集します。
  • claude_desktop_config.jsonファイルに次の設定を貼り付けます。
{ "mcpServers": { "mcp-actionkit": { "command": "node", "args": [ "ABSOLUTE_PATH/mcp-actionkit/build/index.js" ], "env": { "USER": "", "PARAGON_PROJECT_ID": "", "SIGNING_KEY":"" } } } }
  • 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