Slack MCP Server Config
MCP ServersMCP server for Slack — search messages, post updates, manage channels.
1603/26/2026
markdown1 file
.mcp.json192 B
{
"mcpServers": {
"slack": {
"command": "npx",
"args": ["-y", "@anthropic/mcp-server-slack"],
"env": {
"SLACK_BOT_TOKEN": "<your-bot-token>"
}
}
}
}