beta

Slack MCP Server Config

MCP Servers

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

1603/26/2026
markdown1 file
.mcp.json192 B
{
  "mcpServers": {
    "slack": {
      "command": "npx",
      "args": ["-y", "@anthropic/mcp-server-slack"],
      "env": {
        "SLACK_BOT_TOKEN": "<your-bot-token>"
      }
    }
  }
}