Multi-workspace Slack MCP server with draft+confirm safety, vault auto-export, and triple-mode…
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
💡 Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Multi-workspace Slack MCP server with draft+confirm safety, vault auto-export, and triple-mode auth.
One process, N workspaces, every write goes through draft → confirm. Built because the existing Slack MCP servers are single-workspace per instance and the Anthropic reference impl was deprecated.
| This | Anthropic connector | korotovsky/slack-mcp-server | |
|---|---|---|---|
| Multi-workspace per server | Yes | No | No |
| Draft + confirm on writes | Yes | No | No |
| Vault auto-export of reads | Yes | No | No |
| Prompt-injection scrubber | Yes | No | No |
| Audit log | Yes | No | No |
| xoxc / xoxp / xoxb auth | Yes | n/a | Yes |
| Status | Active | Active (limited) | Active |
Open Claude Code, paste:
Then fill in tokens in .env (see SETUP.md for cookie extraction walkthrough).
Register in your project .mcp.json (or via claude mcp add -s user):
Restart Claude Code, then run claude mcp list to verify slack shows up.
Meta: list_workspaces, healthcheck
Read: list_channels, search_channels, read_channel, read_thread, list_users, search_users, get_user_profile, search_messages
Write (draft+confirm): send_message → confirm_send, send_reply_quote → confirm_send, update_own_message → confirm_send, cancel_draft
Write (low-consequence, immediate): add_reaction, mark_read, delete_own_message
| Mode | Token shape | Capability | When to use |
|---|---|---|---|
xoxc | xoxc-... + xoxd-... cookie | Full (search, internal APIs) | Default. Best for personal use across multiple workspaces. |
xoxp | xoxp-... | Permanent, OAuth, search restricted on free plans | If you don't want occasional cookie re-extraction. |
xoxb | xoxb-... | Bot-only, no search, invited channels only | Rare. Use only when you want bot semantics. |
Cookie extraction takes ~3 minutes per workspace. See SETUP.md.
Every read_channel call mirrors the channel to <vault>/🤖 AI Chats/Slack/<workspace>/<channel>.md. Idempotent (same channel + day overwrites cleanly). Disable via SLACK_MCP_VAULT_EXPORT=false.
All config via env vars (loaded from .env at process start):
SLACK_WORKSPACES — comma-separated list of aliases (e.g. onde,mycelium)SLACK_PRIMARY_WORKSPACE — default workspace when tool calls omit workspaceSLACK_WORKSPACE_<ALIAS>_TYPE, _TOKEN, _COOKIE (xoxc only), _TEAM_ID, _LABELSLACK_MCP_VAULT_PATH — vault root for the auto-export mirror (default ~/Documents/Vault)SLACK_MCP_VAULT_EXPORT — true/false (default true)SLACK_MCP_AUDIT_LOG_PATH — JSONL audit log pathSLACK_MCP_DRAFT_TTL_SECONDS — draft expiration (default 3600)SLACK_MCP_SCRUB_PROMPT_INJECTION — true/false (default true)send_message, send_reply_quote, update_own_message) returns a draft_id. Nothing posts until confirm_send(draft_id) is called. Drafts expire after 1 hour. One-time confirm. update_own_message drafts include a before/after preview so the operator can diff before confirming the edit.workspace to prevent wrong-workspace posts when channel names collide.list_workspaces returns redacted profiles only. Tokens never appear in tool responses.Same author, same architecture pattern (FastMCP, draft+confirm on writes where applicable, vault auto-export, MIT):
This plugin sends a single anonymous install signal to myceliumai.co the first time it loads in a Claude Code session on a given machine.
What is sent:
slack-mcp)0.1.0)What is NOT sent:
Why: Helps the maintainer know which plugins people actually install, so attention goes to the ones that get used.
Opt out: Set the environment variable MYCELIUM_NO_PING=1 before launching Claude Code. The hook will skip the network call entirely. Already-pinged installs leave a sentinel at ~/.mycelium/onboarded-<plugin> — delete it if you want to reset state.
MIT — see LICENSE.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/multi-workspace-slack-mcp-server-with-draft-confirm-safety-vault-auto-export-a)<a href="https://allmcps.com/mcp/multi-workspace-slack-mcp-server-with-draft-confirm-safety-vault-auto-export-a"><img src="https://allmcps.com/api/badge/multi-workspace-slack-mcp-server-with-draft-confirm-safety-vault-auto-export-a?style=directory" alt="Multi Workspace Slack MCP server with draft+confirm safety, vault auto Export, a on AllMCPs" /></a>