🔗 A Model Context Protocol (MCP) server for LinkedIn — search people, companies, and jobs, scrape profiles, and get structured data via any MCP-compatible AI client.
Stars
128
Forks
23
Watchers
128
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
18
commits
feat: enhance authentication caching with navigation validation, refine cookie pre-check logic, and secure exported cookies with restricted file permissions.
85f8d4eView on GitHubrefactor: enhance browser cookie retrieval reliability and clarify recommendation text variable name.
cb54e9eView on GitHubfeat: implement cookie-based session management with export/import functionality, enhanced status reporting, and in-navigation session expiration detection.
e274f12View on GitHubrefactor: centralize common parsing utilities and introduce a base scraping application.
d0a94acView on GitHubfix: handle NetworkError during HTML extraction in person and company scraping.
1dac6e8View on GitHubfix: update src/linkedin_mcp_server/adapters/driven/patchright_browser.py
6ba65e2View on GitHubrefactor: refactor browser navigation and timeout settings, and enhance scraping error handling by re-raising specific exceptions and improving parsing robustness.
6f8d07aView on GitHubfeat: increase browser timeout to 10s and include failed sections in scrape responses.
f69bb99View on GitHubfeat: implement navigation retry logic and enhance warm-up routine with random site selection and delays.
bcf71e0View on GitHubfeat: add CLI argument to control browser headless mode and prioritize it over environment variables.
885707aView on GitHubdocs: add Patchright browser installation instructions to the README and renumber subsequent sections.
a1e9690View on GitHub