Slack MCP
communication
claude desktop
cursor
Interact with Slack workspaces. Send messages, read channels, manage conversations.
By olivia_c
12/8/2025
Installation
npm install -g @modelcontextprotocol/server-slack
Create a Slack app and get your bot token.
Add to your MCP settings:
{
"mcpServers": {
"slack": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-slack"],
"env": {
"SLACK_BOT_TOKEN": "xoxb-your-token-here"
}
}
}
}
Tags
slack
communication
api
messaging