MCPServers
Slack Conversations - MCP server logo

Slack Conversations

114
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. Required inputs: channel_id (string), cursor (string, default: ''), limit (string, default: 28). Returns: 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. Required inputs: channel_id (string), thread_ts (string), cursor (string, default: ''), limit (string, default: 28). Returns: List of replies with timestamps, user IDs, and text content.

channels_list

Get list of channels. Required inputs: channel_types (string), sort (string), limit (number, default: 100), cursor (string). Returns: List of channels.

Last Updated: June 15, 2025

커뮤니티 리뷰

0.0
0 리뷰
5
0
4
0
3
0
2
0
1
0

아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!

대화에 참여하려면 로그인하세요

Coming soon to
HighlightHighlight AI

언어

TypeScript

카테고리

태그