A demonstration server for ActionKit, providing access to Slack actions via Claude Desktop.
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 MCPProvides perfect memory for AI-assisted development by capturing project context snapshots, enabling natural language search, evolution tracking, and code intelligence.
A demonstration tool showcasing potential security attack vectors against the Model Control Protocol (MCP).
A template project demonstrating interaction between a TypeScript-based MCP server and a Unity client.
A server for solving combinatorial, convex, integer, and non-linear optimization problems.
A secure command-line interface server for the Model Context Protocol (MCP) that allows AI models to interact with a user's terminal.
A Model Context Protocol (MCP) server for square
MCP server for Autodesk Maya
Generates AI agent tools from Postman collections and requests using the Postman API.
Fetch comprehensive information about CRAN packages, including READMEs, metadata, and search functionality.
Generates timestamp-based unique identifiers using UUID v7.