Skip to content
Claude Desktop

Slack MCP Server for Claude Desktop

io.github.jtalk22/slack-mcp-server

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

client:Claude Desktop transport:streamable-http runtime:npm

Install Slack MCP Server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "slack-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.revasserlabs.com/oauth/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Slack MCP Server in other clients