CLI and MCP server for LinkedHelper automation — let AI assistants control LinkedIn outreach
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"lhremote": {
"command": "npx",
"args": [
"-y",
"alexey-pelykh/lhremote"
]
}
}
}
Run in terminal:
claude mcp add lhremote npx -y alexey-pelykh/lhremote
Add to .cursor/mcp.json:
{
"mcpServers": {
"lhremote": {
"command": "npx",
"args": [
"-y",
"alexey-pelykh/lhremote"
]
}
}
}