S

Slack

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

31 views
0 installs
Updated Oct 17, 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

S

Slack

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.

Communication
52
1
S

Slack

Integrates with Slack Web API to provide complete workspace management including channel operations, messaging, file uploads, reactions, user management, and rich Block Kit message formatting with secure credential storage.

Communication
62
0
D

Discord

Integrates with Discord through Discord.js to provide comprehensive bot capabilities including message management, channel operations, forum posts, reactions, webhooks, and server administration with automatic reconnection and rate limiting protection.

Communication Automation
129
0

Report Issue

Thank you! Your issue report has been submitted successfully.