S

Slack

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

227 views
1 installs
Updated Nov 21, 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.

How to Install Slack

Install Slack MCP server with one click through FastMCP. Choose your preferred AI development tool below:

Claude Desktop

Click "Claude Desktop" in Quick Start

Cursor IDE

Click "Cursor IDE" in Quick Start

VS Code

Click "VS Code" in Quick Start

Alternatives to Slack

Looking for similar MCP servers? Browse other servers in the same categories on FastMCP, or check out the similar servers listed above.

Quick Start

View on GitHub

More for Communication

View All →

Similar MCP Servers

Report Issue

Thank you! Your issue report has been submitted successfully.

Stay ahead of the MCP ecosystem

Get the top new MCP servers, trending tools, and dev tips delivered weekly. Free, no spam, unsubscribe anytime.

Join 2,847 developers. We send one email per week.