Search channels and post without leaving chat
Slack MCP servers differ on OAuth vs bot tokens, which channels they can see, and whether posting is allowed. A random pick often fails auth on first message.
Ads
Official Slack MCP — search and message workflows from the assistant.
Popular community Slack MCP with broader workspace tooling.
Community alternative if you already follow that install guide.
Prefer the official Slack MCP when you want a supported install path and standard bot scopes.
Community servers help for self-hosted bots or alternate Slack API wrappers you already operate.
One server — Slack MCP Server. Not a stack merge.
{
"mcpServers": {
"slack": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-slack"
],
"env": {
"SLACK_BOT_TOKEN": "xoxb-****",
"SLACK_TEAM_ID": "T****"
}
}
}
}Added 17 days ago ·