ActionKit MCP Starter
A demonstration server for ActionKit, providing access to Slack actions via Claude Desktop.
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
Serveurs connexes
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
flyto-core
Deterministic execution engine for AI agents. 412 MCP tools across 78 categories — browser, file, Docker, data, crypto, scheduling, and more.
iOS Device Control
An MCP server to control iOS simulators and real devices, enabling AI assistant integration on macOS.
Claude Code MCP
Orchestrates multiple Claude Code agents across iTerm2 sessions, providing centralized management and inter-agent communication.
MobAI MCP
MCP (Model Context Protocol) server for MobAI (https://mobai.run) - AI-powered mobile device automation
Hashnet MCP (Hashgraph Online Registry Broker)
MCP server for agent discovery, registration, and chat via the Hashgraph Online Registry Broker.
Bellwether
Open-source CLI for testing MCP servers and detecting schema drift
Kapture
A Chrome DevTools Extension that enables browser automation through the Model Context Protocol (MCP) for AI applications.
SwarmTask
An asynchronous task manager for parallel execution of shell commands with real-time progress monitoring.
Autoconsent MCP
A server for browser automation to create and test Autoconsent rules for web page consent management.
Biel.ai MCP Server
Connect AI tools like Cursor and VS Code to your product documentation using the Biel.ai platform.