Open-source CLI and MCP server for LinkedHelper automation — 32 tools for campaign management, messaging, and profile queries via Chrome DevTools Protocol.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y lhremoteAgent-CoreX intelligently routes which tools from alexey-pelykh/lhremote your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"lhremote": {
"command": "npx",
"args": [
"-y",
"lhremote"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add lhremoteAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use alexey-pelykh/lhremote directly without routing
npx -y lhremoteNew to Agent-CoreX? View setup guide →