MCPServers
Slack Conversations - MCP server logo

Slack Conversations

67
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(2)

conversations_history

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.

channels_list

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'. Returns: List of channels.

Last Updated: June 6, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Coming soon to
HighlightHighlight AI

语言

TypeScript

分类

标签