MCPServers
Slack Conversations - MCP server logo

Slack Conversations

141
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 17, 2025

Reseñas de la Comunidad

0.0
0 reseñas
5
0
4
0
3
0
2
0
1
0

Aún no hay reseñas. ¡Sé el primero en reseñar!

Inicia sesión para unirte a la conversación

Coming soon to
HighlightHighlight AI

Lenguaje

TypeScript

Categorías

Etiquetas