Esta página se muestra en inglés. Una traducción al español está en curso.
MCP ConfigsMay 14, 2026·2 min de lectura

slack-mcp-server — Slack MCP with Stealth/OAuth

Slack MCP server for channels, DMs, search, and smart history fetch via stdio/SSE/HTTP transports; verified 1594★, pushed 2026-04-30.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Needs Confirmation · 62/100Política: confirmar
Superficie agent
Cualquier agent MCP/CLI
Tipo
Mcp
Instalación
Npx|Docker|Dxt
Confianza
Confianza: Established
Entrada
npx -y slack-mcp-server@latest --transport stdio
Comando CLI universal
npx tokrepo install b26420a0-bc15-5a13-bd16-22f083092d6a
Introducción

Slack MCP server for channels, DMs, search, and smart history fetch via stdio/SSE/HTTP transports; verified 1594★, pushed 2026-04-30.

Best for: Teams who want Slack as an agent tool surface (read-first by default, with explicit opt-in for write tools)

Works with: Claude Desktop / Cursor MCP configs using npx (stdio/SSE), plus Slack OAuth tokens or browser session tokens

Setup time: 15-30 minutes

Key facts (verified)

  • GitHub: 1594 stars · 315 forks · pushed 2026-04-30.
  • License: MIT · owner avatar + repo URL verified via GitHub API.
  • README-backed entrypoint: npx -y slack-mcp-server@latest --transport stdio.

Main

  • Start read-only: keep message posting and “mark as read” disabled until you have clear internal policy and channel allowlists.

  • Use smart history fetch to keep context tight: fetch by date/count and paginate when you need deeper context.

  • Pick an auth mode that matches your environment: OAuth tokens (xoxp/xoxb) vs browser session (xoxc/xoxd) tradeoffs are documented in README.

  • Add it to your MCP client config once, then standardize tool naming + allowlists so agents don’t spam Slack by accident.

Source-backed notes

  • README lists supported transports (stdio/SSE/HTTP) and multiple auth approaches (OAuth tokens and browser session tokens).
  • Docs show npx -y slack-mcp-server@latest --transport stdio examples for Claude Desktop configuration.
  • README notes write tools (posting / marking as read) are disabled by default and enabled via environment variables.

FAQ

  • Is message posting enabled by default?: No — README says posting tools are disabled by default and must be enabled explicitly.
  • Which token should I use?: Docs show XOXP (user), XOXB (bot), or XOXC/XOXD (browser session) options; choose based on access needs.
  • Can I run it without editing config files?: Docs mention DXT/installer options for desktop clients; npx is the fastest manual path.
🙏

Fuente y agradecimientos

Source: https://github.com/korotovsky/slack-mcp-server > License: MIT > GitHub stars: 1594 · forks: 315

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados