ActionKit MCP Server
アクションキット MCP スターター
背景
このリポジトリは、ActionKit のデモを行う MCP サーバーです。このサーバーをClaude Desktopに接続すると、ActionKit のすべてのSlackアクションにアクセスできます。この例では、ユーザーが Paragon Connect ポータル経由で認証されていることを前提としています。このデモでは、アクションを Slack アクションのみにフィルタリングしていますが、 index.tsファイルで Slack フィルターを削除することで設定を変更できます。
Related MCP server: A2A MCP Server
セットアップ
まず
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ファイルに次の設定を貼り付けます。
{
"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でファイルをクリックすると見つかります。
Claude Desktopを開くと、Slackツールのリストと
hammer iconが表示されます。
さらに、アプリがMCPに接続されていることを確認できる
plug iconも表示されます。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- -licenseNot gradedqualityAmaintenanceMCP Server for the Slack API, enabling Claude to interact with Slack workspaces.87,50689,748MIT
- FlicenseBqualityDmaintenanceAn MCP server that enables Claude Desktop to communicate with A2A protocol agents, allowing Claude to access extended capabilities through agent interactions.321
- FlicenseNot gradedqualityAmaintenanceMCP server for Slack workspace integration, exposing 40+ Slack operations as tools for Claude Desktop and providing a clean async Python API.1
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server for Slack integration, allowing Claude to interact with your Slack workspace.16,956MIT
Related MCP Connectors
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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