MCP Marketplace logo
MCP
All servers
Anthropic

Slack

official

Read and post to Slack channels and DMs.

by Anthropic51kMITupdated 1mo agoadded 1y ago

Reference Slack server. List channels, fetch messages, post replies, react to messages.

Install

Add this block to your claude_desktop_config.json then restart Claude Desktop.

claude_desktop_config.jsonjson
{
  "mcpServers": {
    "slack": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-slack"
      ],
      "env": {
        "SLACK_BOT_TOKEN": "xoxb-..."
      }
    }
  }
}

Related servers