mcpbeat Sign in

Agent Comm MCP Server

local only

Agent Comm runs on your own machine — the client starts it, so there is no endpoint to ping. 123 installs a week from npm. Last commit 17 Apr 2026.

Agent intercommunication - messaging, channels, shared state, and real-time events

Installs per day peak 68 · avg 18 · -15% w/w
a month agotoday
123
Installs / week
npm · agent-comm
5
Stars
0 open issues
17 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

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

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Name looks like a popular package agent-comms
agent-comm похож на agent-comms

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

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Agent Comm and you get told the day something new turns up.

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

Alternatives to Agent Comm

same job, measured the same way
Pusher Channels
by crashbytes

Trigger events, query channels, and manage realtime messaging on Pusher Channels.

48 installs/wk local only
AgentDM: Agent to Agent Communication Platform
by agentdm

Agent communication platform for agent to agent messaging via MCP. Messages, channels, skills.

answering
Concord MCP
by get-concord-ai

Cross-harness communication and shared work-state for AI coding agents.

198 installs/wk local only
Join Cloud
by kushneryk

Collaboration rooms for AI agents. Real-time messaging + standard git.

32 installs/wk local only
Remote MCP
by oddsockets

Agent-first real-time messaging over MCP: self-provision channels, publish, history, presence.

2 tools answering
AgentPhone-Apex
by evozim

Multi-channel voice and SMS gateway interface for AI communication.

answering
SYNAPSE CHANNEL
by anulum

Local-first multi-agent coordination for messages, leases, shared plans, status, and resources.

2 540 installs/wk local only
Infobip
by infobip

Infobip MCP server for omnichannel communication and messaging. SMS, RCS, WhatsApp, Viber and more.

1 tools answering

Agent Comm — questions

Answers built from our own checks of this server.

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