stickerdaniel/linkedin-mcp-server

Open-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 10 minutes ago
Added to GitGenius on September 19th, 2026
Created on April 13th, 2025
Open Issues & Pull Requests: 189 (+0)
GitHub issues: Enabled
Number of forks: 618
Total Stargazers: 3,554 (+0)
Total Subscribers: 19 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 10.0 hours
Mean response time: 9.6 days
90th percentile: 21.0 days
Tracked items: 271

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 19% of issues opened in the past year have never received a reply. 64% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. 17% of tracked open issues have had no activity in three months. 67% of issues opened in the past year have been closed, leaving a working backlog. Three people close 96% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 96
New in 7 days: 28
Closed in 7 days: 26
Avg open age: 55 days
Stale 30+ days: 38
Stale 90+ days: 9

Recent activity

Opened in 7 days: 23
Closed in 7 days: 19
Comments in 7 days: 5
Events in 7 days: 27

Top labels

  • bug (110)
  • enhancement (56)
  • documentation (22)
  • chore (4)
  • good first issue (1)
  • needs more info (1)
  • refactoring (1)
  • upstream (1)

Detailed Description

LinkedIn MCP Server is an MCP server that connects AI assistants like Claude to LinkedIn through a user's authenticated browser session.

The tool solves the problem of giving AI agents access to LinkedIn data and functionality without requiring direct API credentials. It works by leveraging your existing logged-in browser session to perform actions locally on your machine. This approach allows the server to access profiles, companies, jobs, and messages while keeping authentication and data handling within your control rather than relying on LinkedIn's official API.

The project suits developers who want to integrate LinkedIn capabilities into Claude or other MCP-compatible AI agents for tasks like profile lookups, company research, job searching, and inbox management. Since all browser actions run locally, it appeals to users prioritizing privacy and avoiding the complexity of LinkedIn's official API authentication. The tool is particularly useful for those already using Claude Desktop or other MCP clients who need programmatic LinkedIn access without building custom integrations from scratch.

The project maintains active continuous integration and release automation workflows. Development activity shows consistent attention to code quality through automated testing pipelines. The tool is distributed through standard Python package management channels, indicating a focus on accessibility and ease of installation for end users.