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 build
to 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.json
file 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
USER
env 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 Finder
on Mac
- Open Claude Desktop and there should be a
hammer icon
with the list of Slack tools
- Additionally there should also be a
plug icon
where you can verify that your app is connected to our MCP
ActionKit
Project Details
- jackmuva/mcp-actionkit
- Last Updated: 4/4/2025
Recomended MCP Servers
A Model Context Protocol (MCP) server implementation that enables AI assistants like Claude Desktop to interact with DuckDB...
Nefino middleware implementation of the Model Context Protocol (MCP)
EVE Online Market MCP Server - A Model Context Protocol server for accessing EVE Online market data through...
Excel数据处理微服务

A Model Context Protocol (MCP) server that provides conversational interface for the exploration and analysis of RDF (Turtle)...
A Pyodide server implementation for the Model Context Protocol (MCP).
ClickUp MCP Server - Integrate ClickUp task management with AI through Model Context Protocol
MCP Server for the GitHub Enterprise APIs, enabling file operations, repository management, search functionality, and more.
MCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development