Send messages, search channels, read threads, and manage your Slack workspace from within Claude Code using the Slack MCP.
The Slack MCP connects Claude Code to your Slack workspace via the Slack API. It enables Claude to read channels and threads, post messages, search message history, and manage workspace resources — turning Claude into an intelligent teammate that can communicate directly where your team lives.
mcpizy install slack
You will need to create a Slack app in your workspace and grant it the appropriate OAuth scopes (channels:read, chat:write, search:read, etc.). The MCP guides you through this flow during setup.
After a successful deployment, have Claude post a summary to #deployments:
// Claude will post:
// ✅ Deployed v2.4.1 to production
// - 3 bug fixes, 1 new feature
// - Zero downtime, all health checks passing
// Rollback command: kubectl rollout undo deployment/api