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.
Quick Start
Clone the repository:
git clone https://github.com/i-am-bee/acp-mcpClaude 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.