Skip to main content
Glama
jackmuva

ActionKit MCP Server

by jackmuva

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

背景

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

Related MCP server: A2A MCP Server

セットアップ

  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も表示されます。

F
license - not found
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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