MCP Directory
Back

linkedin-mcp-server

by stickerdaniel · Python · ★ 2,534

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

#ai-agents#anthropic#chatgpt#chatgpt-desktop#claude#claude-ai#claude-code#claude-desktop#desktop-extension#dxt#linkedin#linkedin-api#linkedin-mcp#linkedin-profile-scraper#linkedin-scraper#mcp#mcp-server#model-context-protocol#python

Install

pip install git+https://github.com/stickerdaniel/linkedin-mcp-server.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "linkedin-mcp-server": {
      "command": "uvx",
      "args": [
        "git+https://github.com/stickerdaniel/linkedin-mcp-server.git"
      ]
    }
  }
}

From the README

> **Disclaimer:** This is an independent, community project. It is not affiliated with, authorized by, endorsed by, or sponsored by LinkedIn Corporation or Microsoft. "LinkedIn" is a registered trademark of LinkedIn Corporation and is used here only descriptively to identify the third-party service this software interoperates with. An MCP server that lets AI assistants like Claude read LinkedIn data through your own logged-in browser session. Access profiles and companies, search for jobs, or get job details. This MCP server is **free** and **open source**, sup…
Read full README on GitHub →

Related ai & ml servers