$git clone https://github.com/stickerdaniel/linkedin-mcp-server> 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
| 1 | # MCP Server for LinkedIn |
| 2 | |
| 3 | <p align="left"> |
| 4 | <a href="https://pypi.org/project/mcp-server-linkedin/" target="_blank"><img src="https://img.shields.io/pypi/v/mcp-server-linkedin?color=blue" alt="PyPI"></a> |
| 5 | <a href="https://github.com/stickerdaniel/linkedin-mcp-server/actions/workflows/ci.yml" target="_blank"><img src="https://github.com/stickerdaniel/linkedin-mcp-server/actions/workflows/ci.yml/badge.svg?branch=main" alt="CI Status"></a> |
| 6 | <a href="https://github.com/stickerdaniel/linkedin-mcp-server/actions/workflows/release.yml" target="_blank"><img src="https://github.com/stickerdaniel/linkedin-mcp-server/actions/workflows/release.yml/badge.svg?branch=main" alt="Release"></a> |
| 7 | <a href="https://github.com/stickerdaniel/linkedin-mcp-server/blob/main/LICENSE" target="_blank"><img src="https://img.shields.io/badge/License-Apache%202.0-%233fb950?labelColor=32383f" alt="License"></a> |
| 8 | </p> |
| 9 | |
| 10 | > **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. |
| 11 | |
| 12 | 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. |
| 13 | |
| 14 | ## Sponsor |
| 15 | |
| 16 | <p align="center"> |
| 17 | <a href="https://golink.onl/unipile-banner" target="_blank"> |
| 18 | <picture> |
| 19 | <source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/c2e7f3b4-6812-4f28-8728-10f882a44e0e"> |
| 20 | <img src="https://github.com/user-attachments/assets/89ab8932-ae79-41c2-8416-a699e924218b" alt="Unipile, one API for every LinkedIn feature" width="100%"> |
| 21 | </picture> |
| 22 | </a> |
| 23 | </p> |
| 24 | |
| 25 | This MCP server is **free** and **open source**, supported by [**Unipile**](https://golink.onl/unipile-link). It runs locally with your own browser session. Unipile is the fully managed cloud alternative: a hosted LinkedIn API for Classic, Sales Navigator, and Recruiter that handles auth, sessions, and infrastructure for you. [Try it free for 7 days →](https://golink.onl/unipile-free-trial) |
| 26 | |
| 27 | --- |
| 28 | |
| 29 | <a id="installation-methods"></a> |
| 30 | |
| 31 | ## Installation Methods - MCP Server for LinkedIn |
| 32 | |
| 33 | [](#-uvx-setup-recommended---universal) |
| 34 | [](#-claude-desktop-mcp-bundle-formerly-dxt) |
| 35 | [](#-docker-setup) |
| 36 | [](#-local-setup-develop--contribute) |
| 37 | |
| 38 | | Tool | Description | Status | |
| 39 | |------|-------------|--------| |
| 40 | | `get_person_profile` | Get profile info with explicit section selection (experience, education, interests, honors, languages, certifications, skills, projects, contact_info, posts) | working | |
| 41 | | `get_my_profile` | Get the authenticated user's own LinkedIn profile (same secti |