Agent Link
Freeby MCP Community
MCP server for bidirectional AI agent collaboration — spawn and communicate with any AI coding agent CLI
v0.5.0Added Apr 12, 2026
mcpmcp-serveraiai-agentai-collaboration
Agent Link MCP Server
MCP server for bidirectional AI agent collaboration — spawn and communicate with any AI coding agent CLI
Installation
npx -y agent-link-mcp
Reviews
Installation
Quick install
npx -y agent-link-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"agent-link": {
"command": "npx",
"args": ["-y", "agent-link-mcp"]
}
}
}