mcpbeat Sign in

Slack MCP Server

answering

Slack is answering right now. Last checked moments ago. Last commit 10 Sep 2025.

Send messages, access channels, and manage files in your Slack workspace.

No commits for 12 months.

Uptime history 47 days of history · worst day 99%
47 days agonow
100.0%
Uptime 24h
184 of 184 checks
Tools
hidden behind auth
226 ms
Response time
average over 24h
63
Stars
last commit 10 Sep 2025

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.

Runs an external command src/index.ts:159
                    execSync(`start "" "${wayStationPath}"`, { shell: 'cmd.exe' });
Builds a file path from a variable src/index.ts:19
    return fileName ? path.join(basePath, fileName) : basePath;

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

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 0 min ago.

run in your terminal
claude mcp add slack --transport http https://waystation.ai/slack/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "slack": {
      "url": "https://waystation.ai/slack/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.slack]
url = "https://waystation.ai/slack/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "slack": {
      "url": "https://waystation.ai/slack/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "slack": {
      "url": "https://waystation.ai/slack/mcp"
    }
  }
}

This endpoint answered with an authorization challenge. The server is running, but you need an API key from its owner to call it.

This server publishes 1 more address. The block above uses the one we reach during checks; the full list is under Endpoints below, and the author may intend a particular one for your client.

Endpoints

URLTransportStateLatencyChecked
https://waystation.ai/slack/mcp streamable-http needs key 67 ms 0 min ago
https://waystation.ai/slack/mcp/sse sse needs key 84 ms 0 min ago

Alternatives to Slack

same job, measured the same way
Gmail
by waystation

Read emails, send messages, and manage labels in your Gmail account.

answering
Slack
by mindstone

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

122 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
Orcha
by westonhancock

Securely search and manage workspace context files for AI agents and teams.

answering
Slack
by mcparmory

Manage channels, conversations, users, and workspace apps programmatically

226 installs/wk local only
Telegram Slack MCP
by nileshpatil6

Read and reply to your personal Telegram chats and all your Slack workspaces.

99 installs/wk local only
Slack
by pulsemcp

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

884 installs/wk local only
figmanage
by dannykeane

Let agents manage your Figma workspace. 102 tools for seats, teams, offboarding, and cleanup.

78 installs/wk local only

Slack — questions

Answers built from our own checks of this server.

Why is there no tool list for Slack?
The server answered our handshake with an authorization challenge, so it is running — but it will not describe its tools to an anonymous client. To see them you need to connect with your own credentials. We record it as alive, not as broken: 100.0% of checks in the last 24 hours got a reply.
Is Slack working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 184 of 184 checks got a reply (100.0%), average response time 226 ms. The bar chart above shows every period we have measured.
Is Slack still maintained?
No commits for 12 months. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
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 is a remote server, so there is nothing to install — the client connects to the address. You will need your own key: it refuses anonymous clients.
Does Slack need an API key?
Yes. Every time we knock, Slack answers with an authorization challenge instead of its tool list — that is how we know it is running and gated rather than broken. Bring your own credentials and it will talk.
How fast is Slack?
It answers our handshake in 226 ms on average, which is faster than 61% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Slack open source?
We cannot say either way: written in JavaScript, 63 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.