Slack Logo

Slack

Experience the most powerful MCP server for Slack workspaces with advanced message and channel suppo...

201 views
9 installs
Updated Jul 29, 2025
Not audited

Demo Video

Experience the most powerful MCP server for Slack workspaces with advanced message and channel support. This feature-rich server allows fetching messages from channels, threads, DMs, and group DMs with embedded user info and smart history pagination by date or count. It supports enterprise workspaces, caching for faster access, and flexible transports like Stdio and SSE with proxy settings. Designed for stealth operation or secure access via OAuth, it integrates channel and thread lookups by name or ID to give rich, contextual Slack workspace data efficiently and reliably. Perfect for developers needing robust Slack data handling.

Using SLACK_MCP_XOXP_TOKEN (User OAuth)

Instead of using browser-based tokens (xoxc/xoxd), you can use a User OAuth token:

  1. Go to api.slack.com/apps and create a new app
  2. Under "OAuth & Permissions", add the following scopes:
    • channels:history - View messages in public channels
    • channels:read - View basic information about public channels
    • groups:history - View messages in private channels
    • groups:read - View basic information about private channels
    • im:history - View messages in direct messages
    • im:read - View basic information about direct messages
    • mpim:history - View messages in group direct messages
    • mpim:read - View basic information about group direct messages
    • users:read - View people in a workspace
  3. Install the app to your workspace
  4. Copy the "User OAuth Token" (starts with xoxp-)

Quick Start

View on GitHub

More for Communication

View All →

Report Issue

Thank you! Your issue report has been submitted successfully.