Slack MCP Server Configuration
June 2026 · 3 min read
Connect your AI assistant to Slack to send messages, manage channels, and interact with your team — all through natural language.
What You Can Do
- Send messages to channels
- List channels and users
- Read message history
- Create channels
- Invite users
Setup
You need a Slack Bot Token. Create one at api.slack.com with the chat:write and channels:read scopes.
Visit our Slack MCP page for the full config or use:
{"mcpServers":{"slack":{"command":"npx","args":["-y","@modelcontextprotocol/server-slack"],"env":{"SLACK_BOT_TOKEN":"xoxb-..."}}}}Try It
“Send a message to #general saying the deployment is complete” or “List all my Slack channels.”
More APIs: Browse all 115+ MCP server configs.