Developer Tools
Trust: 32/100 (Limited)io.github.Oortonaut/mcacp Guide
MCP-to-ACP bridge — let any MCP client drive ACP coding agents
2 starsby Oortonaut
Quick Start
Install
npx mcacpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-oortonaut-mcacp": {
"command": "npx",
"args": [
"mcacp"
]
}
}
}