$ timeahead.in
/ servers/npm/@sigmacomputing/slack-mcp-server
npm

@sigmacomputing/slack-mcp-server

MCP server for interacting with Slack

5k/wkupdated 113d agogithub ↗
69fair
▣ Overview

What it does

This is a read-only MCP server for the Sigma Slack workspace, designed to be used from Cursor IDE or other MCP clients. It provides tools to list and join channels, read message history and threads, search messages and files across the workspace, download file attachments, view reactions and user profiles, and browse pins and bookmarks. The server is a fork of the Zencoder Slack MCP server, customized for Sigma with added support for file downloads, full-text search, and reaction management.

Who it's for

Sigma employees and workspace members who want to reference Slack discussions, search for shared files, and look up team information without leaving their editor or IDE.

Common use cases

  • Search message history across public channels to find past decisions or context on a codebase area.
  • Download files shared in Slack (code snippets, documents, logs) directly from your editor.
  • Review threaded discussions and context around design decisions or incident reports.
  • Look up user profiles and workspace member information during code review or collaboration.
  • Fetch pins and bookmarks from channels to access frequently referenced resources.

Setup pitfalls

  • Authentication requires valid Slack workspace credentials for Sigma; the server is scoped to the Sigma workspace only.
  • The bot must join a channel before reading its message history; use slack_join_channel first for private or restricted channels.
  • File downloads are capped at 10 MB; binary files are saved to a local temp directory while text files are returned as strings.
  • This server is read-only by design — no message posting, editing, or thread replies are supported.
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
40
10.0
Adoption
20%
43
8.6
Quality
10%
100
10.0
Trust
10%
50
5.0
Total
68.6
⚿ Capabilities & Risk Explainer
networksecrets
◆ Risk level: medium
network + secrets — requires access to credentials or environment secrets.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "sigmacomputingslack": {
      "command": "npx",
      "args": [
        "-y",
        "@sigmacomputing/slack-mcp-server"
      ]
    }
  }
}
📈 Score historylast 32 snapshots
4/30/20266/10/2026 · 32 snapshots
⚙ Maintenance health
56/ 100 · is this project alive?
contributors (1y)3
top contributor share50%
releases (1y)2
last release113d ago
ci✓ passing
⛁ Raw data
weekly downloads5k
github stars0
forks1
open issues1
license✓ present
readme length14777 chars
last publish113d ago
last commit113d ago
last updated6h ago
install verified✓ pass · 24d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points