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
Related Servers
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
flakiness-knowledge-graph-mcp
Builds a knowledge graph of flaky tests from Playwright run history
Base MCP Server
An MCP server providing onchain tools for AI applications to interact with the Base Network and Coinbase API.
portkey-admin-mcp
Full MCP server for the https://portkey.ai AI Gateway Admin API with 151 tools across 18 domains.
Laravel Forge MCP Server
Manage Laravel Forge servers and sites using the Forge API.
Lean LSP
Interact with the Lean theorem prover via the Language Server Protocol (LSP), enabling LLM agents to understand, analyze, and modify Lean projects.
Cloudflare MCP Server Example
A template for deploying a remote MCP server on Cloudflare Workers without authentication.
MetaTrader 4
Integrate with the MetaTrader 4 trading platform to access trading functions and data via an HTTP bridge and Expert Advisor.
MCP Prompt Optimizer
Optimize prompts with research-backed strategies for 15-74% performance improvements.
Graph Tools
An interactive graph analysis toolkit with web visualizations and AI-powered analysis capabilities.
MCP PostgreSQL
Servidor Model Context Protocol que expone introspección y consulta read-only sobre PostgreSQL