Back to directory
edrigu1989/slack-mcp-server

edrigu1989/slack-mcp-server

@edrigu1989

MCP Server for the Slack API, enabling Claude to interact with Slack workspaces.

slackmcpai-agentcollaborationchatintegrationautomationcloud

Installation & Configuration

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

Information

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