ActionKit Slack Integration
STDIOMCP server for connecting Claude Desktop to ActionKit's Slack actions.
MCP server for connecting Claude Desktop to ActionKit's Slack actions.
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.
Claude Desktop
npm install
npm run build
to build a javascript file that will be used by Claude Desktopvi ~/Library/Application\ Support/Claude/claude_desktop_config.json
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":""
}
}
}
}
USER
env variable, this will correspond to the logged in user authenticated in the Paragon Connect Portal
Finder
on Machammer icon
with the list of Slack toolsplug icon
where you can verify that your app is connected to our MCP