Slack MCP Server provides a bridge between AI assistants and Slack's messaging platform, enabling access to conversation history from Slack channels. Developed by Dmitrii Korotovskii, this Go implementation authenticates with Slack using XOXC and XOXD tokens, handling the necessary HTTP transport customization to maintain session cookies. The server supports both stdio and SSE transport modes, includes API key authentication for secure access, and offers optional HTTP proxy and custom CA certificate configuration. Particularly useful for AI assistants that need to analyze, reference, or work with team communications stored in Slack channels without requiring direct Slack API integration.
No reviews yet. Be the first to review!
Sign in to join the conversation
Get messages from the channel (or DM) by channel_id, with options for pagination and inclusion of activity messages.
Get a thread of messages posted to a conversation by channelID and thread_ts, with pagination options.
Add a message to a public channel, private channel, or direct message conversation by channel_id and thread_ts.
Search messages in channels and DMs using various filters like date, user, and content.
Get a list of channels based on specified channel types and sorting options.