Slack
CommunitybyZencoder
Channel management, messaging, and user info for Slack workspaces.
API Key Required
Configuration
{
"mcpServers": {
"slack": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-slack"
],
"env": {
"SLACK_API_KEY": "your-api-key-here"
}
}
}
}Add this to your claude_desktop_config.json file.