MCP Directory

alexey-pelykh/lhremote

GitHub
Productivity

Open-source CLI and MCP server for LinkedHelper automation — 32 tools for campaign management, messaging, and profile queries via Chrome DevTools Protocol.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y lhremote

Use with Agent-CoreX

Agent-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"
      ]
    }
  }
}

Route alexey-pelykh/lhremote intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add lhremote

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use alexey-pelykh/lhremote directly without routing

npx -y lhremote

New to Agent-CoreX? View setup guide →

alexey-pelykh/lhremote MCP Server — Agent-CoreX