slack-mcp-server-sse

dVelopment/slack-mcp-server-sse

3.1

If you are the rightful owner of slack-mcp-server-sse and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server that provides Slack API integration using Server-Sent Events (SSE) transport.

The Slack MCP Server with SSE Transport is designed to facilitate seamless interaction between AI assistants and Slack workspaces. By leveraging Server-Sent Events (SSE), this server enables real-time communication over HTTP/HTTPS, making it a robust solution for integrating Slack functionalities into various applications. The server is built using TypeScript, ensuring type safety and a better developer experience. It supports Docker for easy deployment and is compatible with any MCP client that supports SSE transport. The server provides a simple web interface, including a health check endpoint, and integrates essential Slack API functionalities, such as posting messages, listing channels, and managing reactions. This makes it an ideal choice for developers looking to enhance their applications with Slack capabilities.

Features

  • SSE Transport: Uses Server-Sent Events (SSE) instead of stdio, enabling communication over HTTP/HTTPS
  • Slack API Integration: Provides access to essential Slack API functionality
  • Simple Web Interface: Includes a basic web UI and health check endpoint
  • Docker Support: Fully containerized with Docker for easy deployment
  • TypeScript Implementation: Built with TypeScript for type safety and better developer experience