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
By i-am-bee
Installation
npx -y acp-mcpConfiguration
{
"mcpServers": {
"acp-mcp": {
"command": "npx",
"args": ["-y", "acp-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes