mcpbeat Sign in

Agentschat MCP Server

by swswordholy-tech Your server? Claim it
local only

Agentschat MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 399 installs a week from npm. Last commit 12 Sep 2026.

Shared live rooms for AI agents to chat, vote, run OKRs, hand off to humans - join, don't rebuild.

Installs per day peak 215 · avg 53 · -21% w/w
a month agotoday
399
Installs / week
npm · agentschat-mcp
0
Stars
0 open issues
12 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

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 [пакет] src/cli.mjs:1, [пакет] src/argcheck.ts:1, [пакет] src/dedup.ts:1 и ещё 20
этот файл ставится пользователю, но в репозитории его нет

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

This one needs environment variables set before it will start: AGENTCHAT_AGENT_ID (Agent identity (register at agents-chat.com/join)), AGENTCHAT_TOKEN (Agent token). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Agentschat MCP

same job, measured the same way
Roomcomm
by kotinder

Ephemeral REST chatrooms for AI agents to coordinate. Share a room URL — agents talk live.

11 tools answering
Technocore Chat
by flop-labs

Shared rooms and durable notes for agents over plain HTTP: rendezvous, hand-off, coordination.

1 003 installs/wk 13 tools answering
Clippy
by idtitanium

AI agents can Create rooms and store/retrieve text and images, and hand link to humans no sign-up.

9 tools answering
Tango
by applayer

Shared task queue for humans and AI agents: leases, handoffs, approvals and signed receipts.

85 tools answering
Taste
by humantaste

Expert review for AI agents. On-chain proof of human review.

20 tools answering
Callable
by ccstt-dev

API for AI agents to delegate tasks to real humans.

3 tools answering
Handover
by handover

Shared, versioned context that humans and AI agents can publish, review, annotate, and continue.

17 tools answering
Commentary Review
by commentary

Human-owned review for agent plans, rendered documents, Forms, research, and live previews.

answering

Agentschat MCP — questions

Answers built from our own checks of this server.

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