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 parameters for pagination, activity messages, and message limits.
Get a thread of messages posted to a conversation by channelID and thread_ts, with support for pagination and activity messages.
Add a message to a public channel, private channel, or DM conversation by channel_id and thread_ts, with options for message payload and content type.
Search messages in a conversation using filters for date, user, and content, with options for pagination and message limits.
Get a list of channels with options for channel types, sorting, and pagination.