slack-mcp

aaronsb/slack-mcp
★ 2 stars Go AI/LLM Updated today
MCP server for Slack using session tokens — no OAuth, no bot, no admin approval. Stealth reads leave unread state alone.
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-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/aaronsb/slack-mcp@latest"
      ]
    }
  }
}

README Excerpt

MCP server that gives AI agents access to your Slack workspaces using session tokens. No OAuth apps, no bot permissions, no admin approval required. Slack MCP uses your existing browser session tokens (`xoxc`/`xoxd`) to interact with Slack on your behalf. It reads stealthily by default — only the `mark-read` tool triggers read receipts. Everything else is invisible to other users.

Tools (2)

reactsearch

Topics

ai-agentsclaudegolangmcpmodel-context-protocolslackslack-api