slack-desktop-mcp

p120ph37/slack-desktop-mcp
★ 0 stars TypeScript API Integration Updated today
Local Slack MCP server using Slack Desktop session
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "slack-desktop-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "p120ph37/slack-desktop-mcp"
      ]
    }
  }
}

README Excerpt

Runs [`korotovsky/slack-mcp-server`](https://github.com/korotovsky/slack-mcp-server) against the session your **Slack desktop app** is already signed into. No Slack API tokens to create, store, or rotate. Prerequisite: `bunx` ([Bun](https://bun.com)). The MCP server binary is downloaded on first use.