MCP Configs2026年3月29日·1 分钟阅读

Slack MCP Server — Slack Integration for AI

MCP server for Slack workspace integration. Read channels, post messages, search conversations, and manage threads from Claude Code or Cursor.

TO
TokRepo精选 · Community
快速使用

先拿来用,再决定要不要深挖

这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。

{
  "mcpServers": {
    "slack": {
      "command": "npx",
      "args": ["-y", "@anthropic/mcp-slack"],
      "env": {
        "SLACK_BOT_TOKEN": "xoxb-your-token"
      }
    }
  }
}

介绍

Bring Slack into your AI workflow. Read channel messages, search conversations for context, post updates, reply to threads, and manage channels — all from your coding environment.

Best for: Team communication, incident response, standup automation, context gathering Works with: Claude Code, Cursor, Gemini CLI


Tools

  • list_channels — List accessible channels
  • read_channel — Read recent messages from a channel
  • post_message — Send a message to a channel
  • reply_to_thread — Reply in a thread
  • search_messages — Search across conversations
  • get_user_info — Look up user profiles

🙏

来源与感谢

Created by Anthropic. Licensed under MIT. modelcontextprotocol/servers

相关资产