CursorPool
← 返回 MCP 列表
Slack MCP

Slack MCP

读取与发送 Slack 消息、查询频道与历史,接入团队协作流。

ModelContextProtocol·1.1k 次安装·1 个月前
↓ 添加到 Cursor

安装命令

终端
npx -y @modelcontextprotocol/server-slack

在 Cursor 中配置(mcp.json)

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