💬

Slack MCP

Post messages, list channels, and manage workspace interactions via the Slack Web API.

SSE PROTOCOL URLStable
https://mcppure.shraj.workers.dev/mcp-server/slack

Use this URL in your MCP client settings (SSE transport).

Slack MCP Server

The Slack MCP server enables AI agents to interact with Slack workspaces using a Bot User OAuth Token.

Features

Configuration

Add the following to your MCP client configuration:

json
{
  "mcpServers": {
    "slack": {
      "url": "https://mcppure.shraj.workers.dev/mcp-server/slack",
      "headers": {
        "x-slack-bot-token": "xoxb-your-bot-token"
      }
    }
  }
}

How to get Credentials

  1. Slack Apps: Go to the Slack API Dashboard.
  2. Create App: Create a new app "From scratch".
  3. Permissions: Under OAuth & Permissions, add chat:write, channels:read, users:read, groups:read, im:read, and mpim:read scopes.
  4. Install: Install the app to your workspace.
  5. Bot Token: Copy the Bot User OAuth Token (starts with xoxb-).

Tools

Messaging

Workspace Discovery

Identity