ActionKit MCP Server
Provides access to Slack actions through ActionKit, allowing Claude to interact with and perform operations in Slack workspaces on behalf of authenticated users.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ActionKit MCP Serversend a Slack message to the marketing team about the new campaign launch"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: A2A MCP Server
Setting Up
First install
Claude DesktopClone this repo and run
npm installNext run a
npm run buildto build a javascript file that will be used by Claude DesktopOur 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.jsonIn 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 PortalUse 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
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server connecting AI agents to 100+ apps (Gmail, Slack, Notion, GitHub) via one-click OAuth.
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
Unified MCP Server is a remote MCP connector for AI agents and vertical AI products that provides access to 22,000+ authorized SaaS tools across 400+ integrations and 24 categories directly inside LLMs (Claude, GPT, Gemini, Cohere). Tools operate only on explicitly authorized customer connections, enabling agents to safely read and write against live third-party systems.
The Remote MCP server acts as a standardized bridge between LLM applications (like Claude, ChatGPT, and Cursor) and external services, enabling AI agents to access external tools and resources. Its primary capability is providing a centralized search tool to discover other MCP servers and their respective tools. Unlike local implementations, it runs remotely with OAuth authentication and permission controls for security.
Related MCP Servers
- -licenseNot gradedqualityAmaintenanceMCP Server for the Slack API, enabling Claude to interact with Slack workspaces.70,822 npm90,399MIT
- FlicenseBqualityDmaintenanceAn MCP server that enables Claude Desktop to communicate with A2A protocol agents, allowing Claude to access extended capabilities through agent interactions.322-
- FlicenseBqualityDmaintenanceMCP server for Slack workspace integration, exposing 40+ Slack operations as tools for Claude Desktop and providing a clean async Python API.641-
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server for Slack integration, allowing Claude to interact with your Slack workspace.17,928 npmMIT