ActionKit MCP Starter
@useparagon
ActionKit MCP Starter について
Starter code for a MCP server powered by ActionKit
基本情報
設定
以下の設定を使って、このサーバーを 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.
「開発者ツール」の他のコンテンツ
test
prysmaticlabsGo implementation of Ethereum proof of stake
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
コメント