Install one command
$ npx -y @modelcontextprotocol/server-slack
Or add it with the Claude CLI: claude mcp add slack
Configuration generate & copy
Values are filled in locally in your browser — nothing is sent anywhere.
claude_desktop_config.json {
"mcpServers": {
"slack": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-slack"],
"env": {
"SLACK_BOT_TOKEN": "<your-slack-bot-token>",
"SLACK_TEAM_ID": "<your-slack-team-id>"
}
}
}
}Paste the Claude Desktop snippet under mcpServers in your config, then restart Claude Desktop — or run the Claude Code command in your terminal.