Messaging
Verified
Trust: 54/100 (Fair)Slack MCP Guide
Send messages, manage channels, search message history, and interact with Slack workspaces through AI agents.
528 stars 22,100 downloadsby Anthropic
Quick Start
Install
npx @mcp/slackClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"slack-mcp": {
"command": "npx",
"args": [
"@mcp/slack"
]
}
}
}What Slack MCP Can Do
send_message
Send messages to channels or users
search_messages
Search message history
manage_channels
Create and archive channels
Permissions Required
Slack MCP requires the following permissions. Review the risk levels before granting access.
| Permission | Description | Risk |
|---|---|---|
slack.read | Read Slack messages and channels | low |
slack.write | Send messages and manage channels | medium |
Platform Compatibility
| Platform | Status |
|---|---|
| Claude Desktop | Supported |
| Cursor | Supported |
| LangChain | Supported |
| AutoGen | Supported |