Slack MCP
读取与发送 Slack 消息、查询频道与历史,接入团队协作流。
ModelContextProtocol·↓ 1.1k 次安装·1 个月前
安装命令
终端
npx -y @modelcontextprotocol/server-slack在 Cursor 中配置(mcp.json)
{
"mcpServers": {
"slack": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-slack"
]
}
}
}