Slack MCP Server Config
MCP ServersMCP server for Slack — search messages, post updates, manage channels.
1803/26/2026
Version 1
PublishedInitial version
Created 3/26/2026
Initial version — no previous version to compare
MCP Server Config
{
"mcpServers": {
"slack": {
"command": "npx",
"args": ["-y", "@anthropic/mcp-server-slack"],
"env": {
"SLACK_BOT_TOKEN": "<your-bot-token>"
}
}
}
}