slack-desktop-mcp
Enables Slack integration by using the session from the Slack desktop app, allowing access to Slack MCP tools without requiring API tokens.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@slack-desktop-mcpwhat's the latest message in #general?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
slack-desktop-mcp
Runs 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). The MCP server binary is
downloaded on first use.
Register it
SLACK_WORKSPACE_MATCH selects the workspace when you're signed into several;
omit it and the last-active one wins.
Claude Code
claude mcp add slack --env SLACK_WORKSPACE_MATCH=acme -- bunx slack-desktop-mcpClaude Desktop — edit its config, then fully quit and relaunch it (the file is read only at startup):
OS | Path |
macOS |
|
Windows |
|
Linux |
|
{
"mcpServers": {
"slack": {
"command": "bunx",
"args": ["slack-desktop-mcp"],
"env": { "SLACK_WORKSPACE_MATCH": "acme" }
}
}
}Spawn/ENOENT error means the GUI-launched app didn't inherit a PATH containing
bunx; use its absolute path (which bunx) as command.
slack-desktop-mcp --help lists the flags.
Related MCP server: @nebula-agents/electron-mcp
How it works
A cached session that still passes
auth.testis used as-is — Slack is never touched.Otherwise Slack is launched with
--remote-debugging-pipeand CDP over the inherited fds (no TCP port) reads thedcookie and the xoxc token out oflocalStorage, then the launched instance is closed again. Both reads are polled: the page target exists before the client has written its session.slack-mcp-serveris fetched from GitHub Releases, cached per version, and exec'd with the tokens in its environment — it becomes the MCP server on this process's stdio, which is why all logging here goes to stderr.
Slack already running elsewhere owns its single-instance lock, so step 2 fails fast rather than disturbing that window; quit Slack and retry.
Failures also raise a native dialog, because MCP clients don't surface a stdio
server's stderr. --no-ui keeps it headless.
~/.cache/slack-desktop-mcp/ holds session.json (mode 600), the downloaded
binaries, and refresh.lock. Only one process may drive Slack at a time: the
holder clears the cached session on acquire and keeps the lock while its dialog
is up, so the cache only ever holds a session some refresh completed. Anyone who
blocks on the lock never launches Slack itself — it re-reads the cache when the
lock frees, and exits nonzero on stderr alone if the holder produced nothing. A
lock older than 120s is treated as abandoned.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityBmaintenanceThe most powerful MCP server for Slack Workspaces. This integration supports both Stdio and SSE transports, proxy settings and does not require any permissions or bots being created or approved by Workspace admins 😏.Last updated21,757MIT
- Alicense-qualityDmaintenanceEmbedded MCP server for Electron apps that exposes BrowserWindow surfaces and lets MCP clients drive renderers through Chrome DevTools Protocol.Last updated25MIT
- Flicense-qualityDmaintenanceAn MCP server that connects to Slack via Socket Mode (WebSocket) and surfaces real-time message notifications through MCP tools. No public URL or ngrok needed.Last updated
- Flicense-qualityBmaintenanceLocal stdio MCP proxy for the official Slack MCP endpoint, using Claude's Slack plugin for authentication to enable Slack integration via MCP without needing a custom Slack app.Last updated
Related MCP Connectors
Slack MCP without OAuth — 21 tools, session-based, local-first. Free OSS + hosted tier from $19/mo.
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
MCP connector for iMessage & Contacts via a local Mac agent + Vercel relay
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/p120ph37/slack-desktop-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server