mcps / slack
MCPExplorer Verified

Slack MCP server

The team comms layer for agents.

Communicationby SlackbrokenBot tokenFree with a Slack workspace

01What it is

The Slack MCP server lets your agent read channels and threads, post messages and replies, add reactions, and look up users — so it can participate in the team's conversations, not just observe them.

Who it’s for: Teams who want an agent that can report, notify, and respond directly in Slack.


02Highlights
Read & post
Pull channel and thread history, then post messages and replies where they belong.
React & look up
Add reactions and resolve users and profiles for richer, targeted messages.

03Add it to your agent

Local MCP server — runs on your machine via the command below.

claude mcp add slack -- npx -y @modelcontextprotocol/server-slack
{ "mcpServers": { "slack": { "command": "npx", "args": ["-y","@modelcontextprotocol/server-slack"] } } }

05What it can do · 8 tools

The real tool surface, each labeled by risk. Full trust breakdown on the server page · safety review: Is Slack MCP safe?.

ToolRisk
slack_list_channels
List public channels in the workspace.
read
slack_get_channel_history
Read recent messages in a channel.
read
slack_get_thread_replies
Read replies in a thread.
read
slack_get_users
List workspace users.
read
slack_get_user_profile
Get a user's profile.
read
slack_post_message
Post a message to a channel.
write
slack_reply_to_thread
Reply to a message thread.
write
slack_add_reaction
Add an emoji reaction to a message.
write

06Access

The write/destructive access this server can exercise, from its verified tools.

Send chat messages · write

07FAQ
What is Slack MCP?

The Slack MCP server lets your agent read channels and threads, post messages and replies, add reactions, and look up users — so it can participate in the team's conversations, not just observe them.

Who is Slack for?

Teams who want an agent that can report, notify, and respond directly in Slack.

What tools does Slack expose?

Slack exposes 8 verified tools, including slack_list_channels, slack_get_channel_history, slack_get_thread_replies, slack_get_users, slack_get_user_profile, slack_post_message. Each is labeled by read / write / destructive risk on this page.

How do I connect Slack to my agent?

Slack runs locally over stdio. Add it to your MCP client config: claude mcp add slack -- npx -y @modelcontextprotocol/server-slack.

Does Slack require authentication?

Yes — Slack authenticates with Bot token. You connect your own account, and it acts only within the scopes you grant.

How much does Slack cost?

Free with a Slack workspace.

Is Slack verified on MCPExplorer?

Yes — Slack is hand-checked and featured on MCPExplorer. We pull its real tool surface, required scopes, and risk labels from the live index so you can see exactly what it does before connecting.


08Similar MCPs

Other MCP servers worth a look.

ChatSEO
SEO & content
An AI SEO agent inside your MCP client.
Apex
LinkedIn & outbound
Governed LinkedIn hands for your AI agent.
FullEnrich
Sales & enrichment
B2B contact enrichment for your agent.
CompanyEnrich
Company data
Real-time company & people intelligence.

09Badge

Slack is featured on MCPExplorer. Add this badge to Slack’s site or README — it links back to this page.

Slack MCP — as seen on mcpexplorer.com

HTML — for your website

<a href="https://mcpexplorer.com/mcps/slack" target="_blank" rel="noopener"><img src="https://mcpexplorer.com/badge/slack.svg" alt="Slack MCP — as seen on mcpexplorer.com" height="20" /></a>

Markdown — for a README

[![Slack MCP — as seen on mcpexplorer.com](https://mcpexplorer.com/badge/slack.svg)](https://mcpexplorer.com/mcps/slack)

Get started

Set up Slack and put it to work — Free with a Slack workspace. Or see its full verified profile.