{
  "name": "io.github.korotovsky/slack-mcp-server",
  "description": "The Slack MCP connects AI models to your Slack workspace via the Slack API. Read channel messages, post to channels, manage threads, and search messages — all from an AI context. Useful for agents that need to monitor or participate in team communication.",
  "status": "active",
  "version": "latest",
  "_meta": {
    "com.top-mcps/lastVerified": "2026-05-31",
    "com.top-mcps/score": {
      "value": 77,
      "rubricVersion": "2026-04",
      "lastComputed": "2026-06-02T13:16:41.479Z",
      "methodology": "https://top-mcps.com/about/methodology"
    },
    "com.top-mcps/stats": {
      "fetchedAt": "2026-06-02T11:55:51.691Z",
      "githubStars": 1639,
      "lastCommitAt": "2026-05-21T18:27:43Z",
      "npmWeeklyDownloads": 19729
    }
  },
  "repository": {
    "url": "https://github.com/korotovsky/slack-mcp-server",
    "source": "github"
  },
  "author": {
    "name": "Community (korotovsky)"
  },
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "slack-mcp-server",
      "version": "latest",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "name": "SLACK_BOT_TOKEN",
          "description": "SLACK_BOT_TOKEN — required credential for Slack.",
          "isRequired": true,
          "isSecret": true
        },
        {
          "name": "SLACK_TEAM_ID",
          "description": "SLACK_TEAM_ID — required credential for Slack.",
          "isRequired": true,
          "isSecret": true
        }
      ]
    }
  ],
  "capabilities": {
    "security": {
      "scope": "network",
      "sandbox": "Authenticates to Slack with a bot token (xoxb-...). Acts under the bot identity in whichever workspace installed the app; scope limited by the bot user scopes.",
      "gotchas": [
        "Bot-authored messages appear under the bot, not under your personal Slack identity.",
        "DMs require the bot to be invited; uninvited DMs return a 404.",
        "Workspace admins can audit every bot token call — treat agent actions as auditable."
      ]
    }
  },
  "_links": {
    "html": "https://top-mcps.com/mcp/slack",
    "markdown": "https://top-mcps.com/mcp/slack.md",
    "methodology": "https://top-mcps.com/about/methodology"
  }
}
