Install to ToolCloud
One click. No local setup. Works with any MCP client.
Requires: Slack OAuth
Interact with Slack workspaces. Read messages, post to channels, manage reactions, and search conversations via the Slack API.
apichannelsmessagingslack
Manual Installation
Claude Code
claude mcp add slack -- npx -y @modelcontextprotocol/server-slackCursor / Windsurf / VS Code Copilot / Claude Desktop
Add to your MCP config file:
{
"mcpServers": {
"slack": {
"env": {
"SLACK_TEAM_ID": "T0123456789",
"SLACK_BOT_TOKEN": "xoxb-your-token"
},
"args": [
"-y",
"@modelcontextprotocol/server-slack"
],
"command": "npx"
}
}
}