Slack
OfficialFeatured
💬 Communication
Channel management and messaging for Slack workspaces
Tags
Tools (4)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"slack": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-slack"
],
"env": {
"SLACK_BOT_TOKEN": "your-slack-bot-token-here"
}
}
}
}