Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

ActionKit (Slack)

БесплатноНе проверен

Enables interaction with Slack through ActionKit's API using TypeScript and JWT authentication, with filtered actions and user authentication via Paragon Connec

GitHubEmbed

Описание

Enables interaction with Slack through ActionKit's API using TypeScript and JWT authentication, with filtered actions and user authentication via Paragon Connect Portal

README

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

from github.com/jackmuva/mcp-actionkit

Установка ActionKit (Slack)

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/jackmuva/mcp-actionkit

FAQ

ActionKit (Slack) MCP бесплатный?

Да, ActionKit (Slack) MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для ActionKit (Slack)?

Нет, ActionKit (Slack) работает без API-ключей и переменных окружения.

ActionKit (Slack) — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить ActionKit (Slack) в Claude Desktop, Claude Code или Cursor?

Открой ActionKit (Slack) на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare ActionKit (Slack) with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории communication