Slack

MCP Server Official Verified

Slack workspace integration for reading channels, posting messages, managing threads, and searching conversations.

by Anthropic

★★★★☆ 4.3/5 (290 reviews)
79.1kGitHub stars
55kinstalls
Updated 2025-10-15
typescriptintermediatearchived

Installation

npx -y @modelcontextprotocol/server-slack

Quick Start

Create a Slack app with appropriate scopes, then:
```json
{
  "mcpServers": {
    "slack": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-slack"],
      "env": { "SLACK_BOT_TOKEN": "xoxb-your-token" }
    }
  }
}
```

Tools & Capabilities

list_channels
post_message
reply_to_thread
search_messages

Compatibility

Claude Desktop Continue

About Slack

Slack workspace integration for reading channels, posting messages, managing threads, and searching conversations.

View on GitHub →

Language: TypeScript

Category: Communication

← Back to MCP Hub Directory