← Back to Plugins
MCP Server MCP

Slack

github By github 👁 1 views ▲ 0 votes

Read and write Slack with session tokens — no OAuth, no bot, no admin approval.

Homepage Verified source GitHub

Install

npx -y @aaronsb/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@aaronsb/slack-mcp",
      "version": "2.2.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Slack session token. Optional — the auth-setup tool extracts it from your browser and stores it in the config file.",
          "name": "SLACK_MCP_XOXC_TOKEN"
        },
        {
          "description": "Slack session cookie. Optional — the auth-setup tool extracts it from your browser and stores it in the config file.",
          "name": "SLACK_MCP_XOXD_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...