A
securityA
licenseA
qualityMCP Server for the Slack API, enabling Claude to interact with Slack workspaces.
Last updated -
8
7,787
44,247
JavaScript
MIT License
Allows Claude to interact with Slack workspaces as a user, including listing channels, posting messages, replying to threads, adding reactions, getting channel history, getting thread replies, retrieving user lists, and viewing user profiles
Slack API 的 MCP 服务器,使 Claude 能够以用户身份与 Slack 工作区进行交互。
slack_list_channels
limit
(数字,默认值:100,最大值:200):返回的最大通道数cursor
(字符串):下一页的分页光标slack_post_message
channel_id
(string): 要发布到的频道的 IDtext
(字符串):要发布的消息文本slack_reply_to_thread
channel_id
(字符串):包含线程的通道thread_ts
(字符串):父消息的时间戳text
(字符串):回复文本slack_add_reaction
channel_id
(字符串):包含消息的频道timestamp
(字符串):需要响应的消息时间戳reaction
(字符串):不带冒号的表情符号名称slack_get_channel_history
channel_id
(字符串):频道 IDlimit
(数字,默认值:10):要检索的消息数量slack_get_thread_replies
channel_id
(字符串):包含线程的通道thread_ts
(字符串):父消息的时间戳slack_get_users
cursor
(字符串):下一页的分页光标limit
(数字,默认值:100,最大值:200):返回的最大用户数slack_get_user_profile
user_id
(字符串):用户的 IDchannels:history
- 查看公共频道中的消息和其他内容channels:read
- 查看基本频道信息chat:write
- 以自己的身份发送消息reactions:write
- 在消息中添加表情符号反应users:read
- 查看用户及其基本信息xoxp-
开头的“用户 OAuth 令牌”T
开头)将以下内容添加到您的claude_desktop_config.json
中:
首先安装并构建服务器:
然后配置Claude桌面:
要通过Smithery自动为 Claude Desktop 安装 Slack User Server:
如果遇到权限错误,请验证:
Docker 构建:
此 MCP 服务器采用 MIT 许可证。这意味着您可以自由使用、修改和分发该软件,但须遵守 MIT 许可证的条款和条件。更多详情,请参阅项目仓库中的 LICENSE 文件。
You must be authenticated.
支持以用户身份与 Slack 工作区进行交互,支持通过 Slack API 进行频道列表、消息发布、线程、反应和用户管理。