LinkedIn Sales & Navigator MCP Server
Enables AI assistants to interact with LinkedIn and LinkedIn Sales Navigator for searching profiles, managing leads, and handling messaging via cookie-based authentication. It supports professional networking tasks such as sending connection requests and retrieving account details through the Model Context Protocol.
README
LinkedIn Sales Navigator MCP Server
A Model Context Protocol server for LinkedIn Sales Navigator -- automate lead generation, profile research, and outreach workflows through AI assistants.
Features
- Lead search -- search LinkedIn Sales Navigator with filters for title, company, location, industry
- Profile enrichment -- extract detailed profile data including experience, education, skills
- Company research -- get company details, employee counts, recent updates
- Connection management -- send connection requests with personalized messages
- InMail automation -- draft and send InMail messages via AI
- Cookie-based auth -- uses your browser session, no LinkedIn API partnership required
- Stealth browsing -- Puppeteer with stealth plugin to avoid detection
- MCP standard -- works with Claude Desktop, Claude Code, and any MCP-compatible client
Prerequisites
- Node.js >= 18.0.0
- npm >= 8.0.0
- LinkedIn Sales Navigator subscription with active browser session
Installation
git clone https://github.com/aditya-ai-architect/Lindin-Sales-and-Navigator-MCP.git
cd Lindin-Sales-and-Navigator-MCP
npm install
npm run build
Getting Your LinkedIn Cookies
- Open linkedin.com and log in
- Open Developer Tools (F12)
- Go to Application > Cookies >
https://www.linkedin.com - Copy the
li_atcookie value
| Cookie | Description |
|---|---|
li_at |
LinkedIn session authentication token |
Configuration
Environment Variables
| Variable | Required | Description |
|---|---|---|
LINKEDIN_SESSION_COOKIE |
Yes | The li_at cookie value |
Create a .env file:
LINKEDIN_SESSION_COOKIE=your_li_at_cookie_here
Claude Desktop
{
"mcpServers": {
"linkedin": {
"command": "node",
"args": ["/absolute/path/to/Lindin-Sales-and-Navigator-MCP/build/index.js"],
"env": {
"LINKEDIN_SESSION_COOKIE": "your_li_at_cookie_here"
}
}
}
}
Claude Code
claude mcp add linkedin -- node /absolute/path/to/Lindin-Sales-and-Navigator-MCP/build/index.js
Usage Examples
Search for leads:
Find VP of Engineering at Series B startups in San Francisco
Research a company:
Get company details and recent updates for Anthropic
Outreach:
Send a connection request to [profile] with a personalized note about their recent post on AI agents
Project Structure
Lindin-Sales-and-Navigator-MCP/
src/
index.ts # MCP server setup and tool registration
linkedin-client.ts # LinkedIn API client
build/ # Compiled output
package.json
tsconfig.json
Troubleshooting
| Issue | Solution |
|---|---|
| Auth errors | Cookie expired -- extract fresh li_at from browser |
| Rate limiting | LinkedIn limits requests; add delays between operations |
| Profile not found | Check if the profile URL or username is correct |
| Detection/block | Clear cookies, wait 24h, then use fresh session |
Tech Stack
- Runtime: Node.js (ES2022)
- Language: TypeScript 5.x
- MCP SDK: @modelcontextprotocol/sdk
- Browser: Puppeteer + puppeteer-extra-plugin-stealth
- Validation: Zod
Disclaimer
This tool uses LinkedIn's internal APIs via session cookies. Automated access may violate LinkedIn's Terms of Service. Use responsibly for personal and educational purposes only.
License
ISC
Built by Aditya Gaurav
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.