Back to MCP Servers

Acp

An MCP server acting as an adapter into the [ACP](https://agentcommunicationprotocol.dev) ecosystem. Seamlessly exposes ACP agents to MCP clients, bridging the communication gap between the two protocols.

communicationagent

Installation

npx -y acp-mcp

Configuration

{
  "mcpServers": {
    "acp-mcp": {
      "command": "npx",
      "args": ["-y", "acp-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub