communication
Slack MCP
48
Community
Integrate the Slack Web API into your AI workflows. Send messages, manage channels, search conversations, and more.
50033/wk6.2K tokens(3%)3mo ago
Network
slackmessagingcommunicationteams
Quick Setup
Paste in ~/.claude.json
json
{
"mcpServers": {
"slack-mcp": {
"command": "npx",
"args": [
"-y",
"slack-mcp"
],
"env": {
"SLACK_BOT_TOKEN": "YOUR_SLACK_BOT_TOKEN"
}
}
}
}