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.
Get messages from the channel by channelID. Required inputs: channel_id (string): ID of the channel in format Cxxxxxxxxxx, cursor (string): Cursor for pagination, limit (number, default: 28): Limit of messages to fetch. Returns: List of messages with timestamps, user IDs, and text content.
Get list of channels. Required inputs: channel_types (array): Possible channel types. Allowed values: 'mpim', 'im', 'public_channel', 'private_channel', sort (string): Type of sorting. Allowed values: 'popularity' - sort by number of members/participants in each channel. Returns: List of channels.
No reviews yet. Be the first to review!
Sign in to join the conversation