Mmcp.market

LinkedIn Sales Navigator MCP server

by nick-choudhary·io.github.nick-choudhary/linkedin-sales-nav-mcp·v1.2.0

LinkedIn Sales Navigator contact and account search from your logged-in browser.

A92/100grade A
What users say
No reviews yet
Be the first
Safety scan
A92/100

full report

Adoption
New

2 stars

Reviews

Write one

Nobody has reviewed LinkedIn Sales Navigator yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

LinkedIn Sales Navigator tools (6)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • check_session_status

    Check whether the browser profile has a live Sales Navigator session.

  • export_results

    Export a saved query's records to files under the output folder.

  • get_results

    Pull a bounded slice of a saved query's records into the conversation for analysis. Bounded on purpose — for large sets, prefer export_results and analyze the file with code rather than loading everything into context.

  • list_queries

    List every saved search and its progress.

  • search_accounts

    Search companies/accounts by driving Sales Navigator in the logged-in browser and capturing its search API responses. Results are saved to the local database automatically; this tool returns a small summary, not the records (call export_results or get_results for the data).

  • search_contacts

    Search people/leads by driving Sales Navigator in the logged-in browser and capturing its search API responses. Results are saved to the local database automatically; this tool returns a small summary, not the records (call export_results or get_results for the data).

Public scan report

scanner v0.1.9 · 2026-09-22 · same rubric, same numbers if you re-run it

no findings
  • Code scan21 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 29 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 92/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the LinkedIn Sales Navigator repository's README, as published. We do not edit it. Read it on GitHub

LinkedIn Sales Navigator MCP Server

<!-- mcp-name: io.github.nick-choudhary/linkedin-sales-nav-mcp -->

MCP server that gives AI assistants (Claude Desktop, Claude Code, any MCP client) access to LinkedIn Sales Navigator contact and account search — by driving a real, logged-in browser on your machine and capturing Sales Navigator's own search API responses.

Why this design (and why not cookie-replay)

The common approach — copy your liat + JSESSIONID cookies and replay them as HTTP requests from a server — gets you logged out repeatedly**. LinkedIn scores each session on IP, browser fingerprint, TLS, and the full cookie set; two replayed cookies from a different machine look like a hijacked session, so it invalidates them.

This server does the opposite. It keeps a persistent browser profile you log into once, by hand, and then lets that genuine session do the work:

MCP client (Claude) ──stdio/HTTP──> this server ──drives──> your logged-in Chromium ──> Sales Navigator
                                                    │
                                          captures the JSON the browser
                                          itself receives (page.on "response")

Every request to LinkedIn originates from the real browser: your IP, your fingerprint, your full cookie jar, browser-generated CSRF/track headers, and the session is refreshed by the browser as normal. Nothing is replayed or reconstructed. That is what keeps you signed in.

We never automate the login itself — typing credentials is a strong bot signal. You sign in manually once; the profile persists.

Tools

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add linkedin-sales-nav-mcp -- uvx linkedin-sales-nav-mcp
Add to Cursor

LinkedIn Sales Navigator: common questions

Is LinkedIn Sales Navigator MCP server safe?
Yes, by our scan: it is graded A (92/100). Read the LinkedIn Sales Navigator safety report
How do I install LinkedIn Sales Navigator?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does LinkedIn Sales Navigator need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is LinkedIn Sales Navigator maintained?
The last commit was 30 days ago (2026-08-24). The latest release is v1.2.0.
What can I use instead of LinkedIn Sales Navigator?
Servers from other publishers that do the same job: Blocksize Agentic Market Intelligence MCP server, YourICP MCP server and Salesforce MCP server. Compare all LinkedIn Sales Navigator alternatives.

Alternatives to LinkedIn Sales Navigator

Same job from other publishers: the closest match first, then the best rated.

All LinkedIn Sales Navigator alternatives →
  • Blocksize Agentic Market Intelligence
    Signed x402; starter credit: authenticated connector only; contact sales: authenticated account plan
    A
  • YourICP
    Enrich contacts by email or LinkedIn URL and build targeted B2B audiences.
    A
  • Salesforce
    Salesforce CRM MCP server: accounts, contacts, opportunities, leads, tasks, and custom objects
    A
  • Linkedin Data
    LinkedIn data for AI agents: profiles, companies, jobs, posts, search. Sales research, recruiting.
    A
  • Nilyo
    Your own LinkedIn, WhatsApp, Instagram, Telegram, Email and Calendar accounts, usable from any agent
    A

More from nick-choudhary