LinkedHelper automation toolkit for Claude Code
npx claudepluginhub alexey-pelykh/lhremoteLinkedHelper automation toolkit — MCP server and workflow guidance for Claude Code
CLI and MCP server for LinkedHelper automation.
This project is brought to you by Alexey Pelykh.
lhremote lets AI assistants (Claude, etc.) control LinkedHelper through the Model Context Protocol. It can:
npm install -g lhremote # or: npx lhremote --help
lhremote launch-app # start LinkedHelper with remote debugging
lhremote list-accounts # find your LinkedIn account ID
lhremote start-instance # start an instance (auto-selects single account)
lhremote campaign-create --file my-campaign.yaml # create a campaign
lhremote import-people-from-urls <campaignId> --urls "https://www.linkedin.com/in/..."
lhremote campaign-start <campaignId> --person-ids <id1,id2,...>
lhremote campaign-status <campaignId> # monitor progress
Pacing: LinkedIn monitors automated activity. See the Rate Limiting guide for recommended settings.
npm install -g lhremote
Or run directly with npx:
npx lhremote --help
Add to your Claude Desktop configuration (claude_desktop_config.json):
{
"mcpServers": {
"lhremote": {
"command": "npx",
"args": ["lhremote", "mcp"]
}
}
}
Once configured, Claude can use all 68 tools directly. A typical workflow:
find-app — Detect a running LinkedHelper instance (or launch-app to start one)list-accounts — See available LinkedIn accountsstart-instance — Start an instance for an accountdescribe-actions — Explore available action typescampaign-create — Create a campaign from YAML/JSON configurationimport-people-from-urls — Import target LinkedIn profiles into the campaigncampaign-start — Run the campaigncampaign-status / campaign-statistics — Monitor progressquery-messages / check-replies — Review messaging resultsThe lhremote command provides the same functionality as the MCP server. Every MCP tool has a corresponding CLI command.
lhremote find-app [--json]
lhremote launch-app
lhremote quit-app
lhremote list-accounts [--cdp-port <port>] [--json]
lhremote start-instance <accountId> [--cdp-port <port>]
lhremote stop-instance <accountId> [--cdp-port <port>]
lhremote check-status [--cdp-port <port>] [--json]
Claude Code marketplace entries for the plugin-safe Agentic Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 94 marketplace plugins, 203 local specialized agents, and 175 local skills - optimized for granular installation and minimal token usage
No description available.