MCPServers
Slack Conversations - MCP server logo

Slack Conversations

217
0

Summary

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.

Available Actions(3)

conversations_history

Get messages from the channel by channelID. Parameters: channel_id (string), include_activity_messages (bool, default: false), cursor (string, default: ''), limit (string, default: 28). Returns a list of messages with timestamps, user IDs, and text content.

conversations_replies

Get a thread of messages posted to a conversation by channelID and thread_ts. Parameters: channel_id (string), thread_ts (string), include_activity_messages (bool, default: false), cursor (string, default: ''), limit (string, default: 28). Returns a list of replies with timestamps, user IDs, and text content.

channels_list

Get list of channels. Parameters: channel_types (string), sort (string), limit (number, default: 100), cursor (string). Returns a list of channels.

Last Updated: July 4, 2025

Community Reviews

0.0
0 reviews
5
0
4
0
3
0
2
0
1
0

No reviews yet. Be the first to review!

Sign in to join the conversation

Coming soon to
HighlightHighlight AI

Language

TypeScript

Categories

Tags