linkedin-mcp-server

eliasbiondo/linkedin-mcp-server
β˜… 135 stars Python πŸ“ File System Updated 18d ago
πŸ”— 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.
View on GitHub β†’

Quick Install

Copy the config for your editor. Some servers may need additional setup β€” check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "linkedin-mcp-server": {
      "command": "uvx",
      "args": [
        "linkedin-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install linkedin-mcp-server