← Back to Plugins
MCP Server MCP

Slack MCP Server

github By github 👁 1 views ▲ 0 votes

Catch up on Slack without reading it. Unreads, threads, search. Browser-session or hosted OAuth.

Homepage Verified source GitHub

Install

npx -y @jtalk22/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.revasserlabs.com/oauth/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@jtalk22/slack-mcp",
      "version": "4.9.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Slack xoxc- token from browser session",
          "format": "string",
          "isSecret": true,
          "name": "SLACK_TOKEN"
        },
        {
          "description": "Slack xoxd- cookie from browser session",
          "format": "string",
          "isSecret": true,
          "name": "SLACK_COOKIE"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...