Full Slack access for channels, DMs, search, and message history
The Slack MCP Server gives your AI assistant full access to Slack workspaces for reading channels, sending messages, searching message history, and managing conversations. It connects via Slack Bot tokens for comprehensive workspace interaction.
Built by the community (korotovsky), this server provides tools for channel listing, message reading, posting, thread replies, user lookups, and full-text search across your workspace history.
Perfect for teams that rely on Slack for communication and want AI help with message triage, searching past conversations, composing responses, and staying on top of channels.
Add this to your MCP configuration file:
{
"mcpServers": {
"slack": {
"env": {
"SLACK_TEAM_ID": "<your-team-id>",
"SLACK_BOT_TOKEN": "xoxb-****"
},
"args": [
"-y",
"@modelcontextprotocol/server-slack"
],
"command": "npx"
}
}
}Be the first to review this server!