beta

Slack MCP Server Config

MCP Servers

MCP server for Slack — search messages, post updates, manage channels.

1803/26/2026

Version 1

Published

Initial version

Created 3/26/2026

Initial version — no previous version to compare

MCP Server Config
{
  "mcpServers": {
    "slack": {
      "command": "npx",
      "args": ["-y", "@anthropic/mcp-server-slack"],
      "env": {
        "SLACK_BOT_TOKEN": "<your-bot-token>"
      }
    }
  }
}