Skip to main content
Glama

ActionKit MCP Server

by jackmuva

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
    • 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
  1. 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
-
security - not tested
F
license - not found
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

Un servidor MCP que se conecta a Claude Desktop y proporciona acceso a las acciones de Slack a través de ActionKit, lo que permite a los usuarios interactuar con Slack a través de sus credenciales de Paragon autenticadas.

  1. Fondo
    1. Configuración

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        MCP Server for the Slack API, enabling Claude to interact with Slack workspaces.
        Last updated -
        11,120
        67,230
        MIT License
        • Apple
      • A
        security
        A
        license
        A
        quality
        An MCP server that enables saving and sharing Claude Desktop conversations, allowing users to store chats privately or make them public through a web interface.
        Last updated -
        11
        MIT License
        • Apple
      • -
        security
        F
        license
        -
        quality
        An MCP server that connects Claude for Desktop with blockchain functionality, allowing users to check balances and send tokens on EVM and Solana chains through natural language interactions.
        Last updated -
        • Apple
      • A
        security
        F
        license
        A
        quality
        An MCP server that allows Claude to interact with Discord by providing tools for sending/reading messages and managing server resources through Discord's API.
        Last updated -
        19
        65

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/jackmuva/mcp-actionkit'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server