通信
Slack
完整的 Slack MCP 集成,支持频道访问、消息搜索、私信和隐身模式。
安装
npx -y @anthropic-ai/mcp-server-slackSlack MCP 服务器提供对 Slack 工作区的完整访问——读取频道、搜索消息、发送私信和监控线程。隐身模式无需管理员权限即可使用。
{
"mcpServers": {
"slack": {
"command": "npx",
"args": ["-y", "@anthropic-ai/mcp-server-slack"],
"env": {
"SLACK_BOT_TOKEN": "xoxb-...",
"SLACK_TEAM_ID": "T01234567"
}
}
}
}
channels:history、channels:read、chat:write、users:read 权限