Interact with Slack workspaces to read messages, post updates, and manage channels.
npx -y @modelcontextprotocol/server-slack
Paste this into your MCP client configuration (Cursor, Windsurf, etc).
Enable your AI to communicate within Slack workspaces.
npx -y @modelcontextprotocol/server-slack
{
"mcpServers": {
"slack": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-slack"],
"env": {
"SLACK_BOT_TOKEN": "xoxb-your-token"
}
}
}
}
MCP (Model Context Protocol) servers extend your AI assistant with external tools and data sources. Follow these steps to install Slack MCP Server in your preferred AI coding tool.
claude_desktop_config.json