mcpbeat Sign in

Mcacp MCP Server

local only

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

MCP-to-ACP bridge — let any MCP client drive ACP coding agents

Installs per day peak 27 · avg 11 · +171% w/w
a month agotoday
125
Installs / week
npm · mcacp
9
Stars
1 open issues
1 Feb 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 19 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.

    const child = spawn(params.command, params.args ?? [], {

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

Alternatives to Mcacp

same job, measured the same way
Autowhisper MCP
by xnjiang

Drive your AutoWhisper AI CMO to generate and publish marketing content from any MCP client.

85 installs/wk local only
Autotrade — Autonomous Trading Agents
by bitcoinsllm

Deploy autonomous LLM trading agents and drive them over MCP.

6 tools answering
Ikenga iyke (control bridge)
by royalti-io

Drive a running Ikenga desktop app from MCP clients — DOM, click, type, navigate, screenshot.

93 installs/wk local only
Ikenga iyke (control bridge)
by ikenga

Drive a running Ikenga desktop app from MCP clients — DOM, click, type, navigate, screenshot.

local only
KittyClaw
by ekioo

Drive KittyClaw, a self-hosted agent-fleet kanban, from any MCP client (embedded /mcp endpoint).

local only
LSP-MCP Bridge
by stryk91

Universal MCP bridge to LSP servers. One binary, 6 languages, config-driven.

local only
Wpf Visual Tree
by faze79

Let AI agents inspect and drive running WPF apps: tree, bindings, screenshots, clicks, text input.

local only
Asap
by asap

Drive ASAP: French invoicing, contacts and e-signature from any MCP client (NF203-compliant).

answering

Mcacp — questions

Answers built from our own checks of this server.

Why is there no uptime for Mcacp?
Mcacp 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 mcacp was installed 125 times last week.
How do I connect Mcacp?
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 mcacp straight from npm; nothing to host, nothing to sign up for.
How many people use Mcacp?
The npm package mcacp was installed 125 times in the last week. Week over week that is +171%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Mcacp open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 9 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.