ActionKit MCP Starter
@useparagon
About ActionKit MCP Starter
Starter code for a MCP server powered by ActionKit
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-actionkit": {
"command": "node",
"args": [
"ABSOLUTE_PATH/mcp-actionkit/build/index.js"
],
"env": {
"USER": "",
"PARAGON_PROJECT_ID": "",
"SIGNING_KEY": ""
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Developer Tools MCP servers
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
Comments