mcpbeat Sign in

Aichat MCP Server

local only

Aichat runs on your own machine — the client starts it, so there is no endpoint to ping. 51 installs a week from npm. Last commit 26 Feb 2026.

Inter-agent communication for multi-agent Claude Code workflows.

Installs per day peak 22 · avg 7 · -40% w/w
a month agotoday
51
Installs / week
npm · aichat-mcp
0
Stars
0 open issues
26 Feb 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

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

Alternatives to Aichat

same job, measured the same way
Slang Workflows
by shofer-dev

Provable, declarative multi-agent workflows for Claude Code (typed .slang, non-LLM executor).

32 installs/wk local only
Relay
by mhcoen

MCP relay server for Claude Desktop <-> Claude Code communication

105 installs/wk local only
Wiff
by xxxoooxoxo

Deterministic, resumable multi-agent workflows across Codex, Claude, Cursor, and Kimi.

296 installs/wk local only
AgentSEO
by agentseo-www

Live SEO workflow tools for Claude Code, Codex, and AI agents.

32 installs/wk 45 tools answering
Claude Code Bridge from Essential AI Solutions (essentialai.uk)
by eaisdevelopment

MCP bridge for inter-session communication between Claude Code instances

38 installs/wk local only
Noisy Coding
by noisy

Voice interface for Claude Code: talk to your agent and it talks back while it works.

local only
Cool Workflow
by coo1white

Signed, cited, replayable workflows for Claude, Codex, Gemini, DeepSeek, and other agents.

124 installs/wk local only
Comfyui MCP
by artokun

MCP server + Claude Code plugin for ComfyUI: run workflows, generate images, manage models & VRAM.

40 093 installs/wk local only

Aichat — questions

Answers built from our own checks of this server.

Why is there no uptime for Aichat?
Aichat 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 aichat-mcp was installed 51 times last week.
How do I connect Aichat?
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 aichat-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Aichat?
The npm package aichat-mcp was installed 51 times in the last week. Week over week that is -40%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Aichat open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.