ActionKit MCP Starter
@useparagon
About ActionKit MCP Starter
Starter code for a MCP server powered by ActionKit
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.
Frequently asked questions
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.
Basic information
More Developer Tools MCP servers

Reelier
Maxime HouleAgents make claims. Reelier writes receipts — record an agent's tool-call workflow once, replay it deterministically at 0 tokens, and diff runs to catch drift.
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

BetterBugs
BetterBugsThe BetterBugs MCP (Model Context Protocol) enables you to load BetterBugs bug reports (via report links) directly to your preferred AI Agents and developer environments with MCP Client capabilities (such as Cursor, VS C

Moxie Docs
Jackalope-DevAutomated codebase documentation for GitHub: searchable docs, MCP context for AI agents, doc drift detection, and Friday Cleanup PRs.
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
Comments