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. 884 installs a week from npm. Last commit 30 Aug 2026.

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

Installs per day peak 188 · avg 68 · +33% w/w
a month agotoday
884
Installs / week
npm · slack-workspace-mcp-server
80
Stars
26 open issues
30 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Slack every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 -- npx -y slack-workspace-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "slack": {
      "args": [
        "-y",
        "slack-workspace-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.slack]
command = "npx"
args = ["-y", "slack-workspace-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "slack": {
      "args": [
        "-y",
        "slack-workspace-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "slack": {
      "args": [
        "-y",
        "slack-workspace-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SLACK_BOT_TOKEN (Slack Bot User OAuth Token starting with xoxb-.), ENABLED_TOOLGROUPS (Comma-separated list of tool groups to enable (readonly, write).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Slack

same job, measured the same way
Slack
by mindstone

Slack MCP server: channels, messages, threads, reactions, users, files, and scheduled messages

122 installs/wk local only
Slack Explorer MCP
by shibayu36

MCP server specialized in retrieving information from Slack messages and threads

local only
Slack MCP Server
by stevenvo

Read Slack conversations, threads, user info, and search messages from your MCP client.

52 installs/wk local only
Telegram MCP
by jgalea

Telegram MCP server: read, send, and search messages and manage chats via your account.

90 installs/wk local only
MCP Slack
by crunchtools

Secure read-only MCP server for Slack workspaces

209 installs/wk local only
Mimecast
by wyre-technology

MCP server for Mimecast email security: message queue, held messages, domains, and threats.

local only
Mimecast
by wyre-ai

MCP server for Mimecast email security: message queue, held messages, domains, and threats.

local only
Gmail MCP
by a1-x-tech

MCP server for the Gmail API: search, read and send email, manage drafts, labels and the trash.

49 installs/wk local only

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 slack-workspace-mcp-server was installed 884 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 slack-workspace-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Slack?
The npm package slack-workspace-mcp-server was installed 884 times in the last week. Week over week that is +33%. 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 TypeScript, 80 stars on GitHub and 26 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.