Back to directory
modelcontextprotocol/servers-archived/slack

modelcontextprotocol/servers-archived/slack

@modelcontextprotocol

Slack MCP Server for interacting with Slack workspaces via Model Context Protocol

slackmcpcommunicationintegrationworkspacechatbottool

Installation & Configuration

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

Information

Transport
stdio
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15