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, including optional activity messages and pagination support.
Get a thread of messages posted to a conversation by channelID and thread_ts, with optional pagination support.
Add a message to a public channel, private channel, or direct message (DM) conversation by channel_id and thread_ts.
Search messages in a public channel, private channel, or direct message (DM) conversation using various filters.
Get a list of channels filtered by channel types, with optional sorting and pagination support.