Skip to main content
CommunicationPython

i-am-bee/acp-mcp

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.

communication
Share:

Quick Start

Clone the repository:

git clone https://github.com/i-am-bee/acp-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "acp-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "i-am-bee/acp-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Communication
Language
Python
Author
i-am-bee