Give Claude full access to your Slack workspace. Read DMs, channels, threads, search messages, and send replies - all with simple browser token auth. No OAuth requirements/rabbit holes.
服务器配置
{
"mcpServers": {
"slack": {
"command": "npx",
"args": [
"-y",
"@jtalk22/slack-mcp"
],
"env": {
"SLACK_TOKEN": "<YOUR_SLACK_TOKEN>",
"SLACK_COOKIE": "<YOUR_SLACK_COOKIE>"
}
}
}
}