MCP.so
登录

Slack MCP Server

@SergioKingOne

关于 Slack MCP Server

暂无概览

基本信息

分类

沟通协作

运行时

node

传输方式

stdio

发布者

SergioKingOne

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

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

概览

What is Slack MCP Server?

A Model Context Protocol (MCP) server that enables LLMs to interact with Slack workspaces. It provides 11 tools for searching, reading, and managing Slack content, 4 resources for workspace information, and 5 prompts for common workflows.

How to use Slack MCP Server?

Install via npx with a Slack bot token and team ID. Add the server to your Claude Desktop configuration under mcpServers, specifying "command": "npx", "args": ["-y", "@sergdev1/slack-mcp-server"], and setting SLACK_BOT_TOKEN and SLACK_TEAM_ID environment variables.

Key features of Slack MCP Server

  • 11 tools for channel, message, user, file, and reaction management
  • 4 resources for workspace, user, and channel metadata
  • 5 prompts for guided workflows like standup and knowledge search
  • Search with modifiers (from, in, after, before, has:link, has:file)
  • Pagination and rate-limit awareness
  • Modular architecture for easy extension

Use cases of Slack MCP Server

  • Search messages across the workspace for specific topics
  • List all public and private channels and their details
  • Summarize channel activity over a defined time period
  • Find recent discussions or institutional knowledge
  • Add and remove emoji reactions on messages

FAQ from Slack MCP Server

What OAuth scopes are required?

Essential scopes are channels:read, channels:history, groups:read, groups:history, users:read, users:read.email, and team:read. Additional scopes for full functionality include im:read, im:history, mpim:read, mpim:history, search:read, files:read, reactions:read, reactions:write, and bookmarks:read.

How to fix "channel_not_found" error?

Ensure the bot is a member of the channel, use the channel ID (not the name), and verify the channel has not been archived.

How to fix "missing_scope" error?

Add the required OAuth scopes to your Slack app and reinstall the app to your workspace. Some scopes may require admin approval.

Why are no messages returned?

Verify the bot has the appropriate history scope for the channel type (public, private, DM). Check the time range parameters and ensure the channel contains messages in that range.

How to

评论

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