Slack for Zed
io.github.aaronsb/slack-mcp
Read and write Slack with session tokens — no OAuth, no bot, no admin approval.
client:Zed
transport:stdio
runtime:npm
Install Slack in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"slack-mcp": {
"command": "npx",
"args": [
"-y",
"@aaronsb/slack-mcp"
],
"env": {
"SLACK_MCP_XOXC_TOKEN": "<SLACK_MCP_XOXC_TOKEN>",
"SLACK_MCP_XOXD_TOKEN": "<SLACK_MCP_XOXD_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs