Channel management and messaging capabilities for Slack workspaces
SLACK_BOT_TOKENSLACK_TEAM_IDnpx @getmcp/cli add slackConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"slack": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-slack"
],
"env": {
"SLACK_BOT_TOKEN": "",
"SLACK_TEAM_ID": ""
}
}
}
}