MCP Configs2026年4月6日·1 分钟阅读

Slack MCP — Team Messaging Server for AI Agents

MCP server that connects AI agents to Slack workspaces. Send messages, read channels, search history, manage threads, and automate team communication via natural language. 1,500+ stars.

介绍

Slack MCP is an MCP server that connects AI agents to Slack workspaces, with 1,500+ GitHub stars. Send messages, read channels, search history, and manage threads. Ideal for developers automating Slack workflows with AI.


Quick Use

Add the following to .mcp.json:

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

Intro

Slack MCP is an MCP server that connects AI agents to Slack workspaces, with 1,500+ GitHub stars. Send messages, read channels, search history, and manage threads. Ideal for developers automating Slack workflows with AI.


Source & Thanks

Built on Slack API. Licensed under MIT.

mcp-slack — ⭐ 1,500+

🙏

来源与感谢

Built on Slack API. Licensed under MIT.

mcp-slack — ⭐ 1,500+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。