Official remote Slack MCP server — built by Slack by Salesforce, Anthropic Verified.
What it does
Slack hosts an official remote MCP server at https://mcp.slack.com/mcp. Connecting Claude Code to it turns Slack into an interactive layer where AI-generated insights become team-visible work — generate channel summaries and digests, surface discussions and key themes, draft announcements and standup updates, and compose messages without leaving the editor.
How to connect
1. MCP direct
claude mcp add --transport http slack https://mcp.slack.com/mcp
After adding, run /mcp inside Claude Code to get the OAuth link. Sign in to your Slack workspace in the browser to finish the connection.
2. Plugin marketplace
/plugin marketplace add anthropics/knowledge-work-plugins
/plugin install slack@knowledge-work-plugins
anthropics/knowledge-work-plugins is a separate marketplace, so add it first.
The plugin install bundles Slack-specific skills and slash commands on top of the MCP connection.
Features
- Search — find messages, files, users, and channels in natural language
- Messaging — send messages, fetch channel history, access thread conversations
- Canvas — author and share formatted documents with markdown export
- User Management — look up profiles, status, and custom fields
Use cases
- “Summarize the latest activity in #product” — surface what changed without reading every thread.
- “Generate my standup update from yesterday’s activity” — synthesize messages and threads into a ready-to-paste update.
- “Draft an announcement about the new release and prep it for #announcements” — compose and edit messages for Slack from inside the editor.
Notes
- Remote-hosted — no local MCP server to run.
- Requires Slack workspace admin OAuth approval; available capabilities depend on your workspace permissions.
- The plugin is free; Slack workspace pricing applies separately.
- OAuth-based, so fully headless/automated environments aren’t supported.