Skip to main content
ClaudeWave
stickerdaniel avatar
stickerdaniel

linkedin-mcp-server

View on GitHub

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

MCP Servers2.3k stars412 forksPythonApache-2.0Updated today
Editor's note

This open-source Python MCP server connects Claude Desktop, Claude Code, and any MCP-compatible client to LinkedIn by routing requests through the user's own logged-in browser session via Patchright Chromium, avoiding the need for official API credentials. It exposes 17 tools covering profile retrieval (get_person_profile, get_my_profile with granular section selection including experience, certifications, and contact info), company research (get_company_profile, get_company_employees, search_companies), job discovery (search_jobs, get_job_details), people search with filters for location and connection degree, and messaging functions (get_inbox, search_conversations, send_message). Installation is handled through uvx, a Claude Desktop MCP bundle, or Docker, with the server automatically caching a Chromium instance under ~/.linkedin-mcp and prompting login on the first authenticated call. A notable detail is that get_company_profile can surface a company_urn value, the numeric ID LinkedIn uses internally for people-search URL facets. Recruiters, job seekers, and sales professionals conducting research through Claude are the primary intended users.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (Apache-2.0)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: UVX (Python) · linkedin-mcp-server
Claude Code CLI
claude mcp add linkedin -- uvx linkedin-mcp-server
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "linkedin": {
      "command": "uvx",
      "args": ["linkedin-mcp-server"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Package name inferred from the repository name. Verify it exists on PyPI, or clone https://github.com/stickerdaniel/linkedin-mcp-server and follow its README.
Use cases

MCP Servers overview

README preview not available. Visit the repo on GitHub for full documentation.
ai-agentsanthropicchatgptchatgpt-desktopclaudeclaude-aiclaude-codeclaude-desktopdesktop-extensiondxtlinkedinlinkedin-apilinkedin-mcplinkedin-profile-scraperlinkedin-scrapermcpmcp-servermodel-context-protocolpython

What people ask about linkedin-mcp-server

What is stickerdaniel/linkedin-mcp-server?

+

stickerdaniel/linkedin-mcp-server is mcp servers for the Claude AI ecosystem. Open-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages. It has 2.3k GitHub stars and was last updated today.

How do I install linkedin-mcp-server?

+

You can install linkedin-mcp-server by cloning the repository (https://github.com/stickerdaniel/linkedin-mcp-server) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is stickerdaniel/linkedin-mcp-server safe to use?

+

Our security agent has analyzed stickerdaniel/linkedin-mcp-server and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains stickerdaniel/linkedin-mcp-server?

+

stickerdaniel/linkedin-mcp-server is maintained by stickerdaniel. The last recorded GitHub activity is from today, with 53 open issues.

Are there alternatives to linkedin-mcp-server?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy linkedin-mcp-server to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: stickerdaniel/linkedin-mcp-server
[![Featured on ClaudeWave](https://claudewave.com/api/badge/stickerdaniel-linkedin-mcp-server)](https://claudewave.com/repo/stickerdaniel-linkedin-mcp-server)
<a href="https://claudewave.com/repo/stickerdaniel-linkedin-mcp-server"><img src="https://claudewave.com/api/badge/stickerdaniel-linkedin-mcp-server" alt="Featured on ClaudeWave: stickerdaniel/linkedin-mcp-server" width="320" height="64" /></a>

More MCP Servers