Connect Claude Code to Slack with the official plugin
Install the official Slack plugin for Claude Code with one command, then post to channels and read threads from any session — no custom MCP server needed.
The official Slack plugin lets Claude Code post into channels and read threads from any session.
What you’ll achieve
- Claude Code can read and post to Slack from any session, with no custom MCP server.
- One-line install via the official plugin registry.
Step-by-step guide
Step 1: Install the Slack plugin
Run this in your terminal — outside of any Claude Code session:
claude plugin install slack@claude-plugins-official
That’s it.
Verification / Testing
Start a new Claude Code session and ask it to “list my Slack channels” or “summarise the last 10 messages in #general”. You should see Slack tool calls in the transcript, and the plugin will prompt you to authorise on first use.
What you learned
- How to install official Claude Code plugins from the
claude-plugins-officialregistry with one command.
Related articles
Connect Tableau Server to Claude Code via MCP + PAT
Wire Claude Code into Tableau Server using the official MCP server, authenticated with a Personal Access Token — list workbooks and views from chat.
Give Claude Code system-wide memory with CLAUDE.md
Put your KPIs, role, and writing style in one file at ~/.claude/CLAUDE.md and Claude Code reads it on every prompt — across every project.
Connect Claude Code to BigQuery in 2 steps with MCP
Wire Claude Code into BigQuery with Google's prebuilt MCP toolbox in two steps — list datasets, inspect schemas, and run SQL from any session.