social
LinkedIn MCP Server
Community MCP server for LinkedIn. Browse profiles, extract company data, search people and jobs, and monitor competitor activity directly from Claude.
Pricing: free — Free. Uses browser-based auth with your existing LinkedIn account — no API subscription needed.
Features
- Get person profiles with experience, education, and contact info
- Extract company profiles, posts, and job listings
- Search people by keywords and location filters
- Search jobs with keyword and location filters
- Get detailed job posting information
- Browser-based auth via Patchright — no API key needed
Setup Instructions
1. First-time login (opens a browser for LinkedIn auth):
``
bash
uvx linkedin-scraper-mcp --login
`
2. Add to your Claude MCP settings:
`json
{
"mcpServers": {
"linkedin": {
"command": "uvx",
"args": ["linkedin-scraper-mcp"]
}
}
}
``
3. Restart Claude and verify the connection
4. Uses browser-based auth — session persists after initial loginAdded: 2026-02-26