S

Slack

Integrates with Slack workspaces to enable channel management, messaging, thread interactions, react...

116 views
1 installs
Updated Nov 21, 2025
Not audited
Integrates with Slack workspaces to enable channel management, messaging, thread interactions, reaction handling, and user information retrieval for team communication platforms.
  1. Create a Slack App

    • Go to the Slack API Console.
    • Click on “Create New App” and follow the prompts to name your app and select your workspace.
  2. Add Bot Token Scopes

    • In your Slack App settings, click on “OAuth & Permissions” in the left sidebar.
    • Under “Bot Token Scopes,” add the following scopes:
      • channels:history
      • channels:read
      • chat:write
      • reactions:write
      • users:read
      • users:read.email
  3. Install the App to Your Workspace

    • In the “OAuth & Permissions” section, click “Install App to Workspace.”
    • Authorize the required permissions.
  4. Copy the Bot User OAuth Token

    • After installation, in the “OAuth & Permissions” section, find the “Bot User OAuth Token” (it will look like xoxb-...).
    • Copy this token—this is your SLACK_BOT_TOKEN.
  5. Get Your Slack Team ID

    • In Slack, click on your workspace name in the top-left, then “Administration” > “Workspace settings.”
    • In the URL, you will see something like https://app.slack.com/client/T12345678/.... The part beginning with T (e.g., T12345678) is your Team ID. Save this ID as SLACK_TEAM_ID.
  6. Add the ENV Values in FastMCP Connection

    • In the FastMCP connection interface, click the "Install Now" button for the Slack integration.
    • Fill in the following environment variables:
      • SLACK_BOT_TOKEN: Paste the Bot User OAuth Token you copied earlier.
      • SLACK_TEAM_ID: Enter your Slack Team ID.

Your Slack integration is now configured and ready to use.

Quick Start

More for Communication

View All →

Similar MCP Servers

Report Issue

Thank you! Your issue report has been submitted successfully.