- Explore MCP Servers
- mcp-actionkit
Mcp Actionkit
What is Mcp Actionkit
mcp-actionkit is an MCP server designed to demonstrate the functionalities of ActionKit, allowing users to connect with Slack actions through Claude Desktop.
Use cases
Use cases include automating Slack notifications, managing team tasks through Slack, and integrating Slack with other applications for enhanced productivity.
How to use
To use mcp-actionkit, install Claude Desktop, clone the repository, run npm install, build the JavaScript file, and configure the Claude config file with your Paragon credentials. Finally, open Claude Desktop to access the Slack tools.
Key features
Key features include integration with Slack for various actions, easy setup with Claude Desktop, and customizable action filtering based on user needs.
Where to use
mcp-actionkit can be used in environments where Slack integration is required, such as team collaboration, project management, and communication tools.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mcp Actionkit
mcp-actionkit is an MCP server designed to demonstrate the functionalities of ActionKit, allowing users to connect with Slack actions through Claude Desktop.
Use cases
Use cases include automating Slack notifications, managing team tasks through Slack, and integrating Slack with other applications for enhanced productivity.
How to use
To use mcp-actionkit, install Claude Desktop, clone the repository, run npm install, build the JavaScript file, and configure the Claude config file with your Paragon credentials. Finally, open Claude Desktop to access the Slack tools.
Key features
Key features include integration with Slack for various actions, easy setup with Claude Desktop, and customizable action filtering based on user needs.
Where to use
mcp-actionkit can be used in environments where Slack integration is required, such as team collaboration, project management, and communication tools.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
ActionKit MCP Starter
Background
This repo is an MCP server demoing ActionKit. Connect this server to your Claude Desktop to get access to all of ActionKit’s Slack actions.
In this example it is assumed that your user has authed via the Paragon Connect Portal.
For the purposes of this demo we filtered actions to Slack actions, but this setting can be changed by removing the Slack filter in
the index.ts file.
Setting Up
- First install
Claude Desktop - Clone this repo and run
npm install - Next run a
npm run buildto build a javascript file that will be used by Claude Desktop - Our last step is to point Claude Desktop to our MCP server
- Create/edit the Claude config file using a text editor i.e.
vi ~/Library/Application\ Support/Claude/claude_desktop_config.json - In the
claude_desktop_config.jsonfile paste this configuration:
{ "mcpServers": { "mcp-actionkit": { "command": "node", "args": [ "ABSOLUTE_PATH/mcp-actionkit/build/index.js" ], "env": { "USER": "", "PARAGON_PROJECT_ID": "", "SIGNING_KEY":"" } } } }
- Fill in your env variables with your Paragon credentials
- For the
USERenv variable, this will correspond to the logged in user authenticated in theParagon Connect Portal- Use demo.useparagon.com to quickly login as your user and authenticate to Slack (This is a necessary for the Slack tools to be used on your behalf)
- Note: ABSOLUTE_PATH can be found by
clicking a file in your Finderon Mac
- Open Claude Desktop and there should be a
hammer iconwith the list of Slack tools
- Additionally there should also be a
plug iconwhere you can verify that your app is connected to our MCP
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










