korotovsky/slack-mcp-server
A Model Context Protocol server enabling AI agents and assistants to interact with Slack workspaces.

This repository provides a Model Context Protocol (MCP) server for Slack, allowing AI agents and assistants to fetch messages, search conversations, access DMs and channels, and interact with Slack programmatically. It supports multiple transport modes including stdio, SSE, and HTTP, with options for stealth operation requiring no bot permissions or OAuth-based authentication. The server includes smart history fetching by date or count, unread message retrieval, and safe message posting controls.