communicationOfficial
Slack MCP (Official)
89
Anthropic
Official MCP server for Slack. Send and read messages, manage channels, and search conversations from your AI editor.
79.1k22.5k/wk4.1K tokens(2%)Official3d ago
Network
slackmessagingcommunicationteams
Quick Setup
Paste in ~/.claude.json
json
{
"mcpServers": {
"slack-official-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-slack"
],
"env": {
"SLACK_BOT_TOKEN": "YOUR_SLACK_BOT_TOKEN",
"SLACK_TEAM_ID": "YOUR_SLACK_TEAM_ID"
}
}
}
}