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 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
Related Servers
MCP Utils
A Python package with utilities and helpers for building MCP-compliant servers, often using Flask and Redis.
XcodeBuildMCP
Popular MCP server that enables AI agents to scaffold, build, run and test iOS, macOS, visionOS and watchOS apps or simulators and wired and wireless devices. It has powerful UI-automation capabilities like controlling the simulator, capturing run-time logs, as well as taking screenshots and viewing the accessibility hierarchy.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers without authentication.
JVM MCP Server
A server for monitoring and analyzing Java Virtual Machine (JVM) processes using Arthas, with a Python interface.
Gemini Image MCP Server
Image generation using Google's Gemini API.
AntBot MCP Server
A TypeScript MCP server for integrating with the AntBot AI-based RPA platform, handling tool listing and execution.
Authless Remote MCP Server
An authentication-free, remote MCP server designed for deployment on Cloudflare Workers.
MCP Image Placeholder Server
Generates placeholder images from various providers like placehold.co and lorem-picsum.
Synth MCP
Access financial data like stock prices, currency info, and insider trading data using the Synth Finance API.
Contract Inspector
Retrieve on-chain information for EVM contracts locally using an Ethereum RPC node and Etherscan API.