Install
MCP server — add to your Claude Code config (typically
~/.claude/mcp_settings.json or ~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"agents-js-mcp-bridge": {
"command": "npx",
"args": [
"-y",
"@agents-js/mcp-bridge"
]
}
}
}
Or smoke-test directly:
npx -y @agents-js/mcp-bridge
Details
| Website | https://www.npmjs.com/package/@agents-js/mcp-bridge |
|---|---|
| GitHub | git+https://github.com/jensbodal/agents-js.git |
| License | unknown |
| Pricing | free |
| Tags | mcp model-context-protocol bridge a2a agent |
| Sources | npm |
| Discovered | 2026-05-25 |