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
        An 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 -
        2
        11
        TypeScript
        MIT License
        • Apple
      • -
        security
        F
        license
        -
        quality
        An 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 -
        TypeScript
        • Apple
      • A
        security
        F
        license
        A
        quality
        An 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 -
        19
        20
        JavaScript
      • A
        security
        F
        license
        A
        quality
        A connector enabling Claude Desktop or any MCP client to interact with Slack workspaces to post messages and query user lists.
        Last updated -
        2
        21
        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