CClaude Code Catalog
All MCP Servers

Slack MCP Server

APIIntermediateTransport: stdio

The Slack MCP Server connects Claude Code to your Slack workspace, enabling you to read channel messages, search conversations, list channels, and post messages or replies. It is useful for gathering context from team discussions, summarizing channel activity, and automating status updates without switching between tools. The server uses Slack Bot tokens with configurable permissions so you control exactly what Claude can access.

slackmessagingteam-communicationautomation

Installation

claude mcp add slack -- npx -y @anthropic/slack-mcp-server

Configuration Example

{ "mcpServers": { "slack": { "command": "npx", "args": ["-y", "@anthropic/slack-mcp-server"], "env": { "SLACK_BOT_TOKEN": "xoxb-your-bot-token", "SLACK_TEAM_ID": "T0123456789" } } } }

Capabilities

Send messages
Read channels
Search messages
List users
Post to threads
Create channels
Manage apps
Upload files

Terminal Preview

Slack MCP Server

About Slack MCP Server

MCP (Model Context Protocol) servers connect Claude Code to external tools, APIs, and data sources. Slack MCP Server is a API MCP server for Intermediate-level users that enables Claude to interact with real-world services, giving it access to live data and the ability to perform actions beyond its built-in capabilities.

Related Servers