Slack
stdioChannel management and messaging capabilities for Slack workspaces
Author
Anthropic
Runtime
node
Package
@modelcontextprotocol/server-slack
Command
npx -y @modelcontextprotocol/server-slack
Categories
communicationmessaging
Required Environment Variables
SLACK_BOT_TOKENSLACK_TEAM_ID
Install with the CLI:
npx @getmcp/cli add slackConfiguration
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
JSON
{
"mcpServers": {
"slack": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-slack"
],
"env": {
"SLACK_BOT_TOKEN": "",
"SLACK_TEAM_ID": ""
}
}
}
}