MCP.so
登录

Slack MCP Server

@korotovsky

关于 Slack MCP Server

The most powerful MCP Slack Server with no permission requirements, Apps support, GovSlack, DMs, Group DMs and smart history fetch logic.

基本信息

分类

沟通协作

许可证

MIT

运行时

go

传输方式

stdio

发布者

korotovsky

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Slack MCP Server?

Slack MCP Server is a Model Context Protocol (MCP) server for Slack Workspaces. It supports Stdio, SSE, and HTTP transports, proxy settings, DMs, Group DMs, smart history fetch (by date or count), and works via OAuth or in stealth mode without requiring additional permissions or bot installations.

How to use Slack MCP Server?

Install and configure the server with environment variables for transport, proxy, and authentication mode. Enable tools like conversations_add_message and reactions_add via environment variables (SLACK_MCP_ADD_MESSAGE_TOOL, SLACK_MCP_REACTION_TOOL) for safety. Use any MCP client that supports Stdio, SSE, or HTTP transports.

Key features of Slack MCP Server

  • Stealth and OAuth authentication modes.
  • Enterprise Slack workspace support.
  • Channel and thread history with #Name and @Lookup.
  • Smart history fetch by date range or message count.
  • Unread messages across channels with priority sorting.
  • Search messages with multiple filters (date, user, content).
  • Safe, configurable message posting and reactions.

Use cases of Slack MCP Server

  • Fetch and analyze channel or thread messages in Slack.
  • Search messages across channels and DMs with date and user filters.
  • Retrieve unread messages with @mention filtering.
  • Add or remove emoji reactions to messages.
  • Post messages to channels or threads (when enabled).

FAQ from Slack MCP Server

Which authentication modes are supported?

The server supports stealth mode (no additional permissions or bot installation) and OAuth mode (secure tokens without browser extraction).

Are bot tokens supported?

Bot tokens (xoxb-*) are supported for most tools, but conversations_search_messages is not available when using bot tokens because the search.messages API is not accessible.

How do I enable the message posting tool?

Set the SLACK_MCP_ADD_MESSAGE_TOOL environment variable. If set to a comma-separated list of channel IDs, posting is allowed only in those channels.

What transports are supported?

Stdio, SSE, and HTTP transports are supported, with optional proxy support for outgoing requests.

Where does data live?

User and channel data is cached locally for faster access. Authentication tokens or cookies are used as configured. No external data storage is described.

评论

沟通协作 分类下的更多 MCP 服务器