mcpbeat Sign in

MsgMesh MCP Server

by alderflux Your server? Claim it
local only

MsgMesh runs on your own machine — the client starts it, so there is no endpoint to ping. 47 installs a week from npm.

Event bus for AI agents: watch_topic long-polls live events; manage topics, schemas, webhooks.

Installs per day peak 179 · avg 26 · -61% w/w
a month agotoday
47
Installs / week
npm · @msgmesh/mcp-server
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check MsgMesh every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 msgmesh -- npx -y @msgmesh/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "msgmesh": {
      "args": [
        "-y",
        "@msgmesh/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.msgmesh]
command = "npx"
args = ["-y", "@msgmesh/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "msgmesh": {
      "args": [
        "-y",
        "@msgmesh/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "msgmesh": {
      "args": [
        "-y",
        "@msgmesh/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MQ_API_KEY (MsgMesh API key. Sign one (admin scope recommended) at https://msgmesh-panel.alderflux.com Keys page.), MQ_CONTROL_PLANE_URL (Control-plane base URL. Override only when self-hosting.), MQ_GATEWAY_URL (Gateway (publish/consume) base URL. Override only when self-hosting.), MQ_REALTIME_URL (Realtime (presence) base URL. Override only when self-hosting.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MsgMesh

same job, measured the same way
BTCPay Server MCP
by draket

21 tools for AI agents to manage BTCPay Server: invoices, payments, stores, webhooks, Lightning

local only
Railhook
by vadymkykalo

Webhooks for AI agents: send events, manage endpoints, inspect and retry deliveries.

2 390 installs/wk answering
Email Agent
by mailkite

Email for AI agents — send, receive as a webhook, manage domains, templates, routing.

answering
Blueprint Agentic Staking (Solentic)
by blueprint-infrastructure

Native Solana staking for AI agents. 26 MCP tools, one-shot signing, webhooks.

30 installs/wk 29 tools answering
Eventsorg MCP
by guth01

Autonomous MCP server and background agent for managing live event logistics.

25 installs/wk local only
Send16 MCP
by spruikco

Email for AI agents: send mail, manage contacts, automations & webhooks. Zero-DNS first send.

30 installs/wk 79 tools answering
Email Inbox API + Sending by Sendmux
by sendmux

AI email inbox and sending tools with attachments, search, live events, and webhooks.

135 installs/wk answering
Webhook AI MCP
by csoai-org

Webhook Ai tools for AI agents. Capabilities: validate webhook signature, log webhook event, replay

141 installs/wk local only

MsgMesh — questions

Answers built from our own checks of this server.

Why is there no uptime for MsgMesh?
MsgMesh 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 @msgmesh/mcp-server was installed 47 times last week.
How do I connect MsgMesh?
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 @msgmesh/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use MsgMesh?
The npm package @msgmesh/mcp-server was installed 47 times in the last week. Week over week that is -61%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.