Back to MCP Servers
Slack Server
Send messages, manage channels, and interact with Slack workspaces
slackmessagingcommunicationofficial
By Anthropic
Installation
npm install -g @anthropic-ai/mcp-server-slackConfiguration
{
"mcpServers": {
"slack": {
"command": "npx",
"args": ["-y", "@anthropic-ai/mcp-server-slack"],
"env": {
"SLACK_BOT_TOKEN": "xoxb-your-bot-token",
"SLACK_TEAM_ID": "T0123456789"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes