Back to directory
avimbu/slack-mcp-server

avimbu/slack-mcp-server

@AVIMBU

A Model Context Protocol Server for Interacting with Slack

slackmcpcommunicationcollaborationintegrationautomationchatcloud

Installation & Configuration

{
  "mcpServers": {
    "mcp-slack-local": {
      "command": "node",
      "args": [
        "/path/to/project/dist/index.js"
      ],
      "env": {
        "SLACK_BOT_USER_OAUTH_TOKEN": "test-bot-token",
        "SLACK_TEAM_ID": "test-team-id"
      }
    }
  }
}

Information

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