mcpbeat Sign in

Slack ↔ WxO MCP Gateway MCP Server

local only

Slack ↔ WxO MCP Gateway runs on your own machine — the client starts it, so there is no endpoint to ping. 49 installs a week from npm. Last commit 18 Jul 2026.

Lifts WxO Slack limits: every-message wake-up, multi-channel MCP. https://markusvankempen.github.io/

Installs per day peak 14 · avg 7 · +46% w/w
a month agotoday
49
Installs / week
npm · @markusvankempen/slack-wxo-mcp-gateway
0
Stars
0 open issues
18 Jul 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Shell

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] ui.html:1, [пакет] bin/slack-wxo-mcp-gateway.js:1, [пакет] __init__.py:1 и ещё 14
этот файл ставится пользователю, но в репозитории его нет
Runs an external command [пакет] bin/slack-wxo-mcp-gateway.js:18
    const r = spawnSync(cmd, ["--version"], { encoding: "utf8" });
Page executes code built at runtime [пакет] ui.html:467
      else box.innerHTML = html || "<div class='hint'>No log lines yet.</div>";

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add slack-wxo-mcp-gateway -- npx -y @markusvankempen/slack-wxo-mcp-gateway
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "slack-wxo-mcp-gateway": {
      "args": [
        "-y",
        "@markusvankempen/slack-wxo-mcp-gateway"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.slack-wxo-mcp-gateway]
command = "npx"
args = ["-y", "@markusvankempen/slack-wxo-mcp-gateway"]
.cursor/mcp.json
{
  "mcpServers": {
    "slack-wxo-mcp-gateway": {
      "args": [
        "-y",
        "@markusvankempen/slack-wxo-mcp-gateway"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "slack-wxo-mcp-gateway": {
      "args": [
        "-y",
        "@markusvankempen/slack-wxo-mcp-gateway"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SLACK_BOT_TOKEN (Slack Bot User OAuth Token (xoxb-…)), WXO_INSTANCE_URL (watsonx Orchestrate instance base URL), WXO_API_KEY (watsonx Orchestrate / MCSP API key), WXO_AGENT_ID (Default WxO agent id for bindings), GATEWAY_TRANSPORT (stdio (IDE) or streamable-http (hosted). Default for npx IDE use: stdio), SLACK_SIGNING_SECRET (Slack signing secret (Events mode)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Slack ↔ WxO MCP Gateway

same job, measured the same way
Atest MCP Server
by linuxsuren

Auto-download & launch https://github.com/LinuxSuRen/atest-mcp-server

48 installs/wk local only
Daemoon
by jaylee7777

One PAT, any MCP agent: Vercel, GitHub, Cloudflare, Supabase, GCP — unified dev infra gateway.

answering
Nockchain MCP
by mizuki0x

Moved to io.github.winter0x/nockchain-mcp. This entry is no longer updated.

local only
Omni MCP Server
by bitofacoder

All-in-one MCP server: GitHub, Git, Slack, web fetch, memory, and filesystem. Agent Mode opt-in.

56 installs/wk local only
Ainative Zerodb Memory MCP
by ainative-studio

ZeroDB agent-memory MCP — 18 tools: memory + write-back to Slack, Gmail, Calendar, GitHub.

162 installs/wk local only
Tenpace Review Router
by tenpace-app

Human-authenticated setup for routing GitHub pull requests into the right Slack channel.

5 tools answering
Github Gist
by ofershap

MCP server to create, read, update, list, and search GitHub Gists from your IDE

38 installs/wk local only
MCP Graphql Enhanced
by letoribo

GraphQL gateway for LLMs. Handles huge GitHub GraphQL & @neo4j/graphql schemas without crashing

9 855 installs/wk local only

Slack ↔ WxO MCP Gateway — questions

Answers built from our own checks of this server.

Why is there no uptime for Slack ↔ WxO MCP Gateway?
Slack ↔ WxO MCP Gateway runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @markusvankempen/slack-wxo-mcp-gateway was installed 49 times last week.
How do I connect Slack ↔ WxO MCP Gateway?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @markusvankempen/slack-wxo-mcp-gateway straight from npm; nothing to host, nothing to sign up for.
How many people use Slack ↔ WxO MCP Gateway?
The npm package @markusvankempen/slack-wxo-mcp-gateway was installed 49 times in the last week. Week over week that is +46%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Slack ↔ WxO MCP Gateway open source?
Yes — it is published under the Apache-2.0 licence, written in Shell and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.