💬

Slack MCP Server

✓ 官方/认证

Anthropic (官方)

用 AI 发送/读取 Slack 消息、管理频道、文件共享、线程回复

1.1k
GitHub Stars
stdio
安装方式
MIT
开源协议
6
可用工具

📖 详细介绍

Anthropic 官方 Slack MCP Server,让 AI 助手读写 Slack 工作区。支持消息发送/接收、频道和用户搜索、文件共享、线程管理。适合团队通知自动化、会议纪要分发、状态更新。

核心特性

频道和 DM 支持
线程管理
文件共享
表情回应
Anthropic 官方

🛠️ 可用工具 (6)

list_channels()
post_message()
reply_to_thread()
get_channel_history()
add_reaction()
upload_file()

🎯 适用场景

AI 自动通知
会议纪要分发
工单状态更新
团队智能问答
机器人客服

⚙️ 安装与配置

系统要求

  • Node.js 18+
  • Slack Bot Token

安装命令

npx -y @modelcontextprotocol/server-slack

Claude Desktop 配置 (claude_desktop_config.json)

{
  "mcpServers": {
    "slack-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-slack"
      ]
    }
  }
}

🔗 相关链接

🧩 相关 MCP Servers

浏览更多 通讯协作 MCP

Slack MCP Server通讯协作 分类下的 MCP server 之一