PluginBench
MCP Server
Maintained
Apache-2.0

io.github.Oortonaut/mcacp MCP Server

io.github.Oortonaut/mcacp

What is the io.github.Oortonaut/mcacp MCP server?

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

How to install io.github.Oortonaut/mcacp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcacp": {
      "command": "npx",
      "args": [
        "-y",
        "mcacp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcacp": {
      "command": "npx",
      "args": [
        "-y",
        "mcacp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcacp": {
      "command": "npx",
      "args": [
        "-y",
        "mcacp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcacp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcacp"
      ]
    }
  }
}
Claude Code
claude mcp add mcacp -- npx -y mcacp

Related MCP servers

MCP server for agent task workflows with phases, prompts, gates, and multi-agent coordination

1
Rust
Apache-2.0
View repository →
io.github.Oortonaut/mcacp MCP Server | PluginBench