@sigmacomputing/slack-mcp-server
MCP ServerFreeMCP server for interacting with Slack
Capabilities7 decomposed
slack message sending via mcp protocol
Medium confidenceEnables LLM agents and MCP clients to send messages to Slack channels and direct messages through the Model Context Protocol, which abstracts Slack's Web API behind a standardized tool interface. The server translates MCP tool calls into authenticated Slack API requests, handling message formatting, channel resolution, and delivery confirmation without requiring clients to manage Slack SDK dependencies or authentication tokens directly.
Implements Slack messaging as a standardized MCP tool, allowing any MCP-compatible LLM (Claude, open-source models via Anthropic SDK) to send Slack messages without SDK boilerplate or token management in client code — the MCP server handles all authentication and API translation
Simpler than building custom Slack integrations for each LLM framework because MCP standardizes the interface; more flexible than Slack Workflow Builder because it leverages LLM reasoning to decide when and what to send
slack channel and user lookup with context retrieval
Medium confidenceProvides MCP clients with tools to search and resolve Slack channels and users by name or ID, returning metadata (channel topic, member count, user status, timezone) that enriches LLM context. The server queries Slack's conversations.list, users.list, and info endpoints, caching results in memory to reduce API calls and latency when agents need to identify targets for messages or gather team information.
Exposes Slack's conversations and users APIs as MCP tools with built-in in-memory caching and metadata enrichment, allowing LLMs to reason about team structure and availability without requiring agents to understand Slack API pagination or scope limitations
More efficient than calling Slack API directly from LLM code because caching reduces redundant lookups; more contextual than simple ID-based routing because it returns metadata (timezone, status) that agents can use to make smarter decisions
slack conversation history retrieval with pagination
Medium confidenceAllows MCP clients to fetch message history from Slack channels or threads, returning messages with metadata (sender, timestamp, reactions, thread replies) in chronological order. The server implements pagination via Slack's conversations.history endpoint, supporting cursor-based iteration to handle channels with thousands of messages without loading all data into memory at once.
Wraps Slack's conversations.history API as an MCP tool with cursor-based pagination abstraction, allowing LLMs to iteratively load conversation context without managing pagination state or understanding Slack's rate limiting model
More scalable than loading entire channel history at once because pagination prevents memory bloat; more LLM-friendly than raw Slack API because the MCP interface handles cursor management and returns structured message objects ready for analysis
slack reaction and emoji interaction
Medium confidenceEnables MCP clients to add or remove emoji reactions to Slack messages, allowing agents to acknowledge, categorize, or vote on messages programmatically. The server translates reaction requests into Slack's reactions.add and reactions.remove API calls, supporting any emoji available in the workspace and validating message timestamps to prevent errors.
Exposes Slack emoji reactions as MCP tools for add/remove operations, enabling agents to use emoji as a lightweight state indicator or feedback mechanism without requiring verbose message composition
Faster and less noisy than posting status messages because emoji reactions don't clutter the conversation; more expressive than simple boolean flags because emoji can convey semantic meaning (checkmark = done, warning = needs attention)
slack thread management and replies
Medium confidenceProvides MCP clients with tools to post replies to message threads and retrieve thread metadata, enabling agents to participate in threaded conversations. The server uses Slack's chat.postMessage with thread_ts parameter to nest replies, and conversations.replies to fetch full thread context including all replies and their authors.
Abstracts Slack's thread_ts parameter and conversations.replies pagination as MCP tools, allowing agents to seamlessly participate in threaded conversations without understanding Slack's threading model or managing reply nesting
More conversational than posting standalone messages because replies stay nested and don't clutter the main channel; more contextual than simple message sending because agents can read full thread history before replying
slack user and channel permission checking
Medium confidenceEnables MCP clients to verify whether the bot has required permissions to perform actions in specific channels or with specific users, returning permission status before attempting operations. The server checks bot membership, channel type (public/private), and required scopes against Slack's auth.test and conversations.info endpoints, preventing failed operations and providing early feedback to agents.
Provides pre-flight permission checking as an MCP tool, allowing agents to validate access before attempting operations and gracefully handle permission errors without trial-and-error API calls
More robust than catching Slack API errors after the fact because it prevents failed operations; more efficient than repeatedly attempting operations because it validates permissions upfront
mcp protocol translation and tool schema generation
Medium confidenceThe core MCP server implementation translates Slack API operations into standardized MCP tool definitions with JSON schemas, allowing any MCP-compatible client (Claude, Anthropic SDK, open-source LLM frameworks) to discover and call Slack operations. The server implements the MCP specification for tool registration, parameter validation, and response formatting, abstracting Slack's REST API behind a unified tool interface.
Implements the full MCP server specification for Slack, providing standardized tool schemas and protocol handling that works with any MCP-compatible LLM without requiring custom client code or SDK integration
More interoperable than Slack SDK integrations because MCP standardizes the interface across LLM frameworks; more maintainable than custom API wrappers because MCP tool schemas are self-documenting and discoverable
Capabilities are decomposed by AI analysis. Each maps to specific user intents and improves with match feedback.
Related Artifactssharing capabilities
Artifacts that share capabilities with @sigmacomputing/slack-mcp-server, ranked by overlap. Discovered automatically through the match graph.
@sigmacomputing/slack-mcp-server
MCP server for interacting with Slack
Slack
** - Channel management and messaging capabilities. Now maintained by [Zencoder](https://github.com/zencoderai/slack-mcp-server)
slack-relay-mcp
Code-execution-based Slack MCP tool — CLI + TypeScript API + Claude Code skill
slack-mcp-server
Model Context Protocol (MCP) server for Slack Workspaces. This integration supports both Stdio and SSE transports, proxy settings and does not require any permissions or bots being created or approved by Workspace admins
Slack MCP Server
Read and send Slack messages and manage channels via MCP.
HowsThisGoing
Streamline team workflows with AI insights and Slack...
Best For
- ✓Teams building LLM agents that need to notify Slack channels
- ✓Developers integrating Slack notifications into MCP-based workflows
- ✓Non-technical teams using Claude or other MCP-compatible LLMs to automate Slack communications
- ✓Agents that need to dynamically discover Slack channels or users at runtime
- ✓Workflows where the target channel/user is specified by name rather than hardcoded ID
- ✓Teams with large Slack workspaces where manual ID lookup is impractical
- ✓Agents that need to understand recent team discussions before taking action
- ✓Workflows that analyze Slack conversations for insights (sentiment, decisions, action items)
Known Limitations
- ⚠Message formatting limited to Slack's block kit and markdown syntax — no custom HTML or rich media embedding beyond what Slack natively supports
- ⚠No built-in rate limiting or queue management — rapid message sends may hit Slack API throttling (60 messages per minute per channel)
- ⚠Requires valid Slack workspace token with chat:write scope — cannot send to channels the bot lacks permissions for
- ⚠No message editing or deletion support — sent messages are permanent unless manually removed
- ⚠In-memory caching has no TTL — stale data if channels/users are created/deleted during server uptime without restart
- ⚠Slack API rate limits apply per endpoint (15 requests per minute for users.list) — large workspaces may require pagination and multiple calls
Requirements
Input / Output
UnfragileRank
UnfragileRank is computed from adoption signals, documentation quality, ecosystem connectivity, match graph feedback, and freshness. No artifact can pay for a higher rank.
Repository Details
Package Details
About
MCP server for interacting with Slack
Categories
Alternatives to @sigmacomputing/slack-mcp-server
Are you the builder of @sigmacomputing/slack-mcp-server?
Claim this artifact to get a verified badge, access match analytics, see which intents users search for, and manage your listing.
Get the weekly brief
New tools, rising stars, and what's actually worth your time. No spam.
Data Sources
Looking for something else?
Search →