mcpbeat Sign in

Slack MCP Server

local only

Slack runs on your own machine — the client starts it, so there is no endpoint to ping. 175 installs a week from npm. Last commit 20 Aug 2026.

Read and write Slack with session tokens — no OAuth, no bot, no admin approval.

Installs per day peak 842 · avg 68 · +1% w/w
a month agotoday
175
Installs / week
npm · @aaronsb/slack-mcp
2
Stars
6 open issues
20 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Go

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] bin/index.js:1
этот файл ставится пользователю, но в репозитории его нет
childProcess.execFileSync(resolveBinaryPath(), process.argv.slice(2), {
    path := filepath.Join(s.dir, filename)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add slack-mcp -- npx -y @aaronsb/slack-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "slack-mcp": {
      "args": [
        "-y",
        "@aaronsb/slack-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.slack-mcp]
command = "npx"
args = ["-y", "@aaronsb/slack-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "slack-mcp": {
      "args": [
        "-y",
        "@aaronsb/slack-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "slack-mcp": {
      "args": [
        "-y",
        "@aaronsb/slack-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Slack

same job, measured the same way
Slack
by pulsemcp

MCP server for Slack — read/write messages, manage threads, and react to messages.

723 installs/wk local only
Slack MCP Server
by jtalk22

Catch up on Slack without reading it. Unreads, threads, search. Browser-session or hosted OAuth.

363 installs/wk answering
A
Busymail
by busymail

Read, organise and send from your existing email accounts. Nothing sends without your approval.

answering
Agent-Native Dispatch
by builderio

Central Slack/Telegram router with jobs, memory, approvals, and A2A delegation

answering
Slack Lists MCP
by justadityaraj

Full read + write access to Slack Lists for AI: create, update, check off, reassign, delete.

54 installs/wk local only
Apple Contacts
by mgcrea

Search and read Apple Contacts — resolves numbers and emails to names, writes off by default

1 401 installs/wk local only
C
FrameOn
by frameonlab

Shared project memory for teams: read projects and tasks, write updates and wiki decisions.

answering
namailu.cz Agent Email
by namailu

namailu.cz gives your AI agent its own email inbox: read and send mail over MCP, with OAuth.

answering

Slack — questions

Answers built from our own checks of this server.

Why is there no uptime for Slack?
Slack runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @aaronsb/slack-mcp was installed 175 times last week.
How do I connect Slack?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @aaronsb/slack-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Slack?
The npm package @aaronsb/slack-mcp was installed 175 times in the last week. Week over week that is +1%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Slack open source?
Yes — it is published under the MIT licence, written in Go, 2 stars on GitHub and 6 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.