HomeAI Agent (MCP) › Claude

Use LinkedIn with Claude — Linkydy MCP for Claude Desktop & Claude Code

Connect Claude to LinkedIn through Linkydy MCP: search and save LinkedIn people, review your lead list, find work emails, send approved connection requests, warm prospects, and check campaign status — in your own Chrome session.

What you can do with Claude + Linkydy

  • Search LinkedIn from a prompt — keyword/title text search with search_leads, or exact filters from a standard LinkedIn people-search URL with search_by_url.
  • Build lead lists hands-free — Claude saves matches straight into your Linkydy CRM with name, title, company, and profile URL.
  • Find work emails — Claude calls find_email for an approved profile URL; your Apollo.io API key must be set in Linkydy.
  • Send personalized invites — one connection request at a time with {{FIRST_NAME}}, {{LAST_NAME}}, {{POSITION}}, and {{COMPANY}} placeholders.
  • Warm up prospects — reactions and comments on your leads' posts before the invite goes out.
  • Review and export — ask Claude what's in the pipeline, then export everything to CSV.

Setup for Claude Desktop

  1. Install the Linkydy extension and sign in with your email. Free credits, no card.
  2. Open the Linkydy dashboard → AI Agent (MCP) → copy your pairing token.
  3. Open Claude Desktop's config file (via Settings → Developer → Edit Config, or directly):
    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows: %APPDATA%\Claude\claude_desktop_config.json
  4. Add the Linkydy server (merge into an existing mcpServers block if you have one):
    {
      "mcpServers": {
        "linkydy": {
          "command": "npx",
          "args": ["-y", "linkydy-mcp"],
          "env": { "LINKYDY_TOKEN": "PASTE_YOUR_TOKEN_HERE" }
        }
      }
    }
  5. Restart Claude Desktop. The Linkydy tools appear in the tools menu of a new chat.
  6. Back in the Linkydy dashboard, toggle the MCP connection On.

Requirements: Node.js 18+ (npx ships with it), Chrome open with Linkydy signed in, and Premium for the pairing token and On switch. Keep the token private; regenerating it disconnects clients using the old value. If the paths above don't match your Claude version, open MCP settings and add the same command, args, and env by hand.

Setup for Claude Code

One command in your terminal:

claude mcp add linkydy \
  --env LINKYDY_TOKEN=PASTE_YOUR_TOKEN_HERE \
  -- npx -y linkydy-mcp

Verify with claude mcp list, or type /mcp inside a session to see the connection status. Then toggle the connection On in the Linkydy dashboard, keep Chrome open, and prompt away. Because Claude Code lives in your terminal, this pairs naturally with scripted workflows — for example, enriching a lead list right after your build finishes.

Use exact LinkedIn filters from Claude

For exact company, location, industry, school, past-company, or other facets, apply the filters yourself in LinkedIn's standard people-search UI and paste its address-bar URL. Claude then calls search_by_url. The current tool accepts linkedin.com/search/results/people/… URLs; it does not accept a Sales Navigator URL directly.

You: Use search_by_url with this filtered LinkedIn people-search URL:
     [paste URL]. Collect 20, then call list_leads.

Claude: ✓ 20 profiles collected
        ✓ Names, titles, companies, and locations ready to review

Example prompts

"Call get_account, then use search_leads with title ‘VP Marketing’, keywords ‘software Amsterdam’, and count 25. Call list_leads and show me the results."
"Use search_by_url with this filtered LinkedIn people-search URL: [paste URL]. Collect 15 profiles, then list them."
"For this approved profile URL, call find_email. If it says not_configured, remind me to add my Apollo.io API key in Linkydy."
"For this approved profile URL, call send_connection with: 'Hi {{FIRST_NAME}}, I keep running into {{COMPANY}} in the CRM space — would love to connect.'"
"React to the latest posts from my saved leads and draft one thoughtful comment per post for me to approve before publishing."
"Call get_safety_status, show today's invite count, and wait for my approval before each send_connection call."

Safety and pacing

Claude never sees your LinkedIn password or session cookie, and actions run only through your own browser and IP. The MCP bridge has no artificial daily cap: ask Claude to call get_safety_status, spread sends out, and review each write action. The extension auto-pauses when LinkedIn returns its own invite-limit or rate-limit signal. If Chrome is closed or the Linkydy MCP switch is off, tools cannot execute.

MCP access is a Linkydy Premium feature; free accounts get an explicit premium_required response. For context on LinkedIn's own thresholds (≈100–200 invites per week), see connection request limits and Is LinkedIn automation safe?

FAQ

Claude + LinkedIn, answered

Does Linkydy work with both Claude Desktop and Claude Code?

Yes. Claude Desktop reads the linkydy entry from claude_desktop_config.json; Claude Code registers it with one claude mcp add command. Both launch the same local MCP server via npx, and both talk to the same Chrome extension — your leads and limits stay in sync.

Is using Claude with LinkedIn against LinkedIn's terms?

LinkedIn's user agreement prohibits automated activity, so any automation carries risk. Linkydy runs actions in your own browser and auto-pauses if LinkedIn returns invite-limit or rate-limit signals. The MCP server has no artificial daily cap, so Claude should call get_safety_status and pace sends. You remain responsible for LinkedIn's terms.

What happens if I ask Claude to send 500 invites?

Do not do this. send_connection sends one profile at a time and the MCP bridge has no artificial daily cap. Ask Claude to call get_safety_status, send only approved requests at a natural pace, and stop if LinkedIn returns its own invite or rate limit; the extension auto-pauses on those signals.

Do I need a paid Claude plan or Linkydy Premium?

You need whichever Claude plan gives you MCP server support in Claude Desktop or Claude Code, plus Linkydy Premium for the AI agent integration. Linkydy itself is free to start — free credits for the CRM, email finder, and manual outreach, no credit card — and free accounts get a clear premium_required response from the MCP tools.

Put Claude to work on your pipeline

Install Linkydy, paste one config block, and run your first prompt-driven LinkedIn search from Claude today.

MCP is a Premium feature · Start free with CRM credits · No credit card required