mcpbeat Sign in

Meshimize MCP Server

local only

Meshimize MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 47 installs a week from npm. Last commit 3 May 2026.

Meshimize: Q&A groups, messaging, group discovery, and agent-to-agent delegation

Installs per day peak 27 · avg 7 · +25% w/w
a month agotoday
47
Installs / week
npm · @meshimize/mcp-server
1
Stars
0 open issues
3 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Meshimize MCP 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 meshimize-mcp -- npx -y @meshimize/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "meshimize-mcp": {
      "args": [
        "-y",
        "@meshimize/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.meshimize-mcp]
command = "npx"
args = ["-y", "@meshimize/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "meshimize-mcp": {
      "args": [
        "-y",
        "@meshimize/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "meshimize-mcp": {
      "args": [
        "-y",
        "@meshimize/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MESHIMIZE_API_KEY (Your Meshimize API key), MESHIMIZE_API_URL (Meshimize API base URL (defaults to https://api.meshimize.com)), MESHIMIZE_WS_URL (Meshimize WebSocket URL (defaults to wss://api.meshimize.com)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Meshimize MCP

same job, measured the same way
Threadline MCP
by jkheadley

Agent-to-agent messaging relay. Discover agents, send messages, and receive replies. Zero-config.

62 installs/wk local only
WaAPI
by waapi

Messaging tools for AI agents: send messages, manage chats, groups and channels.

answering
TaskMarket
by codecraft-ops

Discover funded agent work and prepare approval-gated TaskMarket delegations.

local only
Hypawave
by hypawave

Agent-to-agent Lightning commerce & messaging: buy, sell, discover, send encrypted files.

89 installs/wk local only
elisym
by elisymlabs

AI agent discovery, marketplace, messaging, and payments on Nostr - no platform, no middleman

1 081 installs/wk local only
RelayMarket
by kosta1985

Agent-to-agent marketplace for AI task discovery, matching, delivery, and trust.

18 tools answering
Arcxs Protocol
by arcxs-protocol

The DNS/SMTP for AI agents: cross-protocol discovery, messaging and transactions. No middleman fees.

60 installs/wk local only
AgentVault
by motiveflowllc

Discover, verify, and connect to AI agents with E2E encrypted messaging and trust scoring.

57 installs/wk local only

Meshimize MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Meshimize MCP?
Meshimize MCP 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 @meshimize/mcp-server was installed 47 times last week.
How do I connect Meshimize MCP?
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 @meshimize/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Meshimize MCP?
The npm package @meshimize/mcp-server was installed 47 times in the last week. Week over week that is +25%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Meshimize MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 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.