S

Slack

Integrates with Slack workspaces to enable complete messaging operations including channel managemen...

57 views
1 installs
Updated Sep 17, 2025
Not audited
Integrates with Slack workspaces to enable complete messaging operations including channel management, message posting, thread replies, reactions, and user profile retrieval with OAuth authentication and configurable channel restrictions.
  1. Create a Slack App

    • Go to the Slack Apps page.
    • Click "Create New App".
    • Select "From scratch".
    • Give your app a name and select your workspace.
  2. Configure Bot Token Scopes

    • In your app settings, navigate to "OAuth & Permissions".
    • Add the following Bot Token Scopes:
      • channels:history
      • channels:read
      • chat:write
      • reactions:write
      • users:read
      • users.profile:read
  3. Install App to Workspace

    • Click "Install to Workspace" and authorize the app.
    • After installation, note the "Bot User OAuth Token" (it starts with xoxb-). You will use this as your SLACK_BOT_TOKEN.
  4. Get Your Slack Team ID

  5. (Optional) Get Channel IDs

    • If you want to limit access to specific channels, obtain the IDs of those channels.
    • You can list channels using the Slack UI or with the MCP server's slack_list_channels tool.
  6. (Optional) Set Authentication Token for HTTP Transport

    • If you plan to use the HTTP transport, you may set a custom AUTH_TOKEN to secure HTTP requests. You can choose any value.
  7. Fill in the FastMCP Connection Interface

    • Use the "Install Now" button to open the ENV input panel.
    • Fill in the following values:
      • SLACK_BOT_TOKEN: Paste your bot token (begins xoxb-).
      • SLACK_TEAM_ID: Paste your Slack Team ID (T...).
      • (Optional) SLACK_CHANNEL_IDS: Comma-separated list of channel IDs, if restricting to certain channels.
      • (Optional, HTTP only) AUTH_TOKEN: Set a bearer token for HTTP API authentication.
    • Save the configuration.

Quick Start

View on GitHub

More for Communication

View All →

Similar MCP Servers

Report Issue

Thank you! Your issue report has been submitted successfully.