Scenario guide

Best Slack MCP Servers in 2026

So much project context lives in Slack threads that never makes it into tickets. A Slack MCP server lets the agent search channels, read discussions, and draft replies — closing the gap between "discussed in Slack" and "implemented in code."

Setup requires a Slack app with bot scopes. Read-only scopes (channels:history, search:read) are the safe starting point; add chat:write only when you have a workflow that needs the agent to post.

12results
KS
korotovsky/slack-mcp-server
Developer tools

The most powerful MCP Slack Server with no permission requirements, Apps support, GovSlack, DMs, Group DMs and smart history fetch logic.

1.7K 078
SM
sooperset/mcp-client-slackbot
Developer tools

A simple Slack bot that uses the Model Context Protocol (MCP) to enhance its capabilities with external tools.

162 060
UO
ubie-oss/slack-mcp-server
Developer tools

A MCP(Model Context Protocol) server for accessing Slack API. This server allows AI assistants to interact with the Slack API through a standardized interface.

110 070
ZS
zencoderai/slack-mcp-server
Developer tools

This project includes code originally developed by Anthropic and released under the MIT License. Substantial modifications and new functionality have been added by For Good AI Inc. (dba Zencoder Inc.

75 070
LL
lanchuske/local-mcp-releases
Productivity workflow

188+ local tools for Claude, ChatGPT, Cursor & Grok — Mail, iMessage, Teams, Slack, WhatsApp, OneDrive, Google Drive, Zoom, Outlook, Office. Native macOS, 100% local, no API keys.

50 035
SS
shibayu36/slack-explorer-mcp
Deployment & DevOps

A Model Context Protocol (MCP) server specialized in from Slack messages and threads. It provides tools to access messages that the authenticated user can view using a User Token (xoxp).

50 090
TT
timescale/tiger-slack
Analytics & monitoring

Real-time Slack ingest and MCP server to power your agentic Slack bots

49 085
UU
uptimepage/uptimepage
Developer tools

Hosted uptime monitoring and public status pages for teams. Multi-region checks, automatic incidents, on-call alerts (Slack/Telegram/webhook/+), subscribers, REST API, Terraform provider, MCP server.

35 035
RC
redhat-community-ai-tools/slack-mcp
Developer tools

A Model Context Protocol (MCP) server that enables AI assistants to interact with Slack workspaces. This server provides a bridge between AI tools and Slack, allowing you to read messages, post...

34 080
TC
tomeraitz/claude-slack-bridge
Developer tools

MCP server that lets Claude Code pause mid-task and ask a human a question via Slack — then resume once you reply.

33 045
JS
jtalk22/slack-mcp-server
Developer tools

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

30 055
OL
oolab-labs/patchwork-os
Developer tools

The decision layer for personal AI. Local-first runtime where agents automate across GitHub, Slack, Gmail & 45+ services — but every risky action can stop for your yes, workers (agents) earn autonomy...

30 035
View all matching entries · 12

FAQ

Which Slack scopes should I grant?

Start with channels:read, channels:history, and search:read for a read-only setup. The agent can then find and summarize discussions without any ability to post. Add chat:write deliberately, and consider restricting it to one sandbox channel.

Can the agent summarize a busy channel?

Yes — fetching recent history and summarizing is the most popular workflow. Pair it with a research skill from the category below for structured, cited digests of long threads.

Does it work with private channels?

Only if you invite the bot into them and grant groups:history. Treat that as a deliberate decision — private channels often contain sensitive context.

Related guides