mcp-actionkit
Documentation
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
1) First install `Claude Desktop`
2) Clone this repo and run `npm install`
3) Next run a `npm run build` to build a javascript file that will be used by Claude Desktop
4) 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 the `Paragon Connect Portal`
- Note: ABSOLUTE_PATH can be found by clicking a file in your `Finder` on Mac
5) 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
Frequently asked questions
What is mcp-actionkit?
mcp-actionkit is a Model Context Protocol (MCP) server listed in the TrackMCP directory.
How do I install mcp-actionkit?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-actionkit open source?
Yes — it is hosted on GitHub at https://github.com/jackmuva/mcp-actionkit and has 1 stars.
Related MCP tools
Connect an MCP Client that only supports local (stdio) servers to a Remote MCP Server, with auth support: TypeScript-based implementation.
- Discover available MCP servers from our curated registry TypeScript-based implementation.
🍒 Cherry Studio is a desktop client that supports for multiple LLM providers. Built for the Model Context Protocol to enhance AI capabilities.
Enhanced ChatGPT Clone: Features Agents, MCP, DeepSeek, Anthropic, AWS, OpenAI, Responses API, Azure, Groq, o1, GPT-5, Mistral, OpenRouter, Vertex AI, Gemini...
FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, ...
Composio equips your AI agents & LLMs with 100+ high-quality integrations via function calling for the Model Context Protocol. Enhance AI assistants with powerf
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP