MCP.so
ログイン

ActionKit MCP Starter

@useparagon

ActionKit MCP Starter について

Starter code for a MCP server powered by ActionKit

基本情報

カテゴリ

開発者ツール

ランタイム

node

トランスポート

stdio

公開者

useparagon

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcp-actionkit": {
      "command": "node",
      "args": [
        "ABSOLUTE_PATH/mcp-actionkit/build/index.js"
      ],
      "env": {
        "USER": "",
        "PARAGON_PROJECT_ID": "",
        "SIGNING_KEY": ""
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is ActionKit MCP Starter?

ActionKit MCP Starter is an MCP server that demonstrates ActionKit, giving Claude Desktop or Cursor access to all of ActionKit’s Slack actions. It is intended for developers who want to integrate Slack tools into AI assistants using Paragon for authentication.

How to use ActionKit MCP Starter?

Clone the repo, run npm install and npm run build, then configure your Claude Desktop or Cursor config file with the absolute path to build/index.js and fill in the USER, PARAGON_PROJECT_ID, and SIGNING_KEY environment variables with your Paragon credentials. The user must authenticate to Slack via the Paragon Connect Portal (e.g., demo.useparagon.com) before using the tools.

Key features of ActionKit MCP Starter

  • Provides Slack actions through MCP protocol
  • Works with both Claude Desktop and Cursor
  • Uses Paragon Connect Portal for user authentication
  • Defaults to Slack actions only (filter removable)
  • Quick setup via npm and config files

Use cases of ActionKit MCP Starter

  • Interacting with Slack from Claude Desktop using natural language
  • Enabling Slack actions inside Cursor’s AI workflows
  • Demonstrating ActionKit’s integration capabilities with AI assistants

FAQ from ActionKit MCP Starter

What dependencies does ActionKit MCP Starter require?

You need Node.js and npm installed, a Paragon project with credentials, and a user authenticated to Slack via the Paragon Connect Portal.

How does authentication work?

The server assumes the user has authenticated via the Paragon Connect Portal. The USER env variable corresponds to the logged-in user, and Slack must be authenticated there for the tools to work on your behalf.

Can I use actions other than Slack?

Yes. The default example filters to Slack actions, but you can remove the Slack filter in index.ts to access all of ActionKit’s actions.

Which AI assistants are supported?

Claude Desktop and Cursor are explicitly supported in the setup instructions.

What transport does the server use?

The server is configured via command-line arguments (stdio) in the Claude Desktop or Cursor MCP configuration files.

コメント

「開発者ツール」の他のコンテンツ