アクションキット MCP スターター
背景
このリポジトリは、ActionKit のデモを行う MCP サーバーです。このサーバーをClaude Desktopに接続すると、ActionKit のすべてのSlackアクションにアクセスできます。この例では、ユーザーが Paragon Connect ポータル経由で認証されていることを前提としています。このデモでは、アクションを Slack アクションのみにフィルタリングしていますが、 index.ts
ファイルで Slack フィルターを削除することで設定を変更できます。
セットアップ
まず
Claude Desktop
をインストールしますこのリポジトリをクローンして
npm install
を実行します次に、
npm run build
を実行して、Claude Desktop で使用される JavaScript ファイルをビルドします。最後のステップは、Claude DesktopをMCPサーバーに向けることです。
テキストエディタ(例:
vi ~/Library/Application\ Support/Claude/claude_desktop_config.json
を使用して、Claude 構成ファイルを作成/編集します。claude_desktop_config.json
ファイルに次の設定を貼り付けます。
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