Slack MCP Server

Search messages, read channels, and post to Slack from your AI agent

By Anthropic (official) ★ 3.1K stars official messaging team

The Slack MCP Server connects Claude to your Slack workspace. Agents can search message history, read channel contents, get user profiles, and post messages — making it easy to build AI assistants that understand and participate in team conversations.

Installation & Configuration

Add this block to your claude_desktop_config.json (or your agent framework's MCP config file):

{
  "mcpServers": {
    "slack": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-slack"],
      "env": {
        "SLACK_BOT_TOKEN": "xoxb-your-token",
        "SLACK_TEAM_ID": "T0XXXXXXXXX"
      }
    }
  }
}

Config file location:

Available Tools (8)

Use Cases

Source & Documentation

GitHub Repository: https://github.com/modelcontextprotocol/servers/tree/main/src/slack

Protocol: Model Context Protocol (MCP) — modelcontextprotocol.io

← Back to MCP Server Directory