Read LinkedIn profiles, companies, jobs and messages via your own browser session
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by LinkedIn.
get_profileFetch a member's profile (headline, about, experience, education, skills) by URL or public identifier.
get_my_profileFetch the profile of the account this server is logged in as.
search_peopleSearch LinkedIn members by keyword.
get_inboxList recent message thread previews.
get_conversationFetch the full message history of one thread, by id.
search_conversationsSearch your message threads by participant or keyword.
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 for LinkedIn. It drives a real, headless browser (patchright, an undetected fork of Playwright) using your own logged-in LinkedIn session cookie. There is no scraping API, no credential stuffing, no bypass of LinkedIn's login. Your agent gets 12 read tools (profiles, companies, jobs, posts, your inbox) and two write tools, kept deliberately separate: sending a message and sending a connection request. Every action goes through a single browser session, one at a time, paced against limits you control. See Safety below.
Documentation: mcp.johannsenlum.com/linkedin
Deeplinks exist for Cursor and VS Code only; no other client has a documented install-link format. These prefill the command below, nothing else needs filling in since the cookie lives in your OS keyring, not an environment variable.
| Client | Deeplink? |
|---|---|
| Claude Code | no, one-line command |
| Claude Desktop | no |
| Cursor | yes, above |
| VS Code | yes, above |
| Codex CLI | no |
| Zed | no |
| Windsurf | no (Windsurf only resolves servers in its own registry) |
claude_desktop_config.jsonmacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
No one-click install exists for Claude Desktop (it installs .mcpb bundles, not
deeplinks). Copy this JSON in via Settings β Developer β Edit Config:
~/.cursor/mcp.jsonFallback for the button above, or if you'd rather paste it directly:
.vscode/mcp.jsonFallback for the button above, or if you'd rather paste it directly. Note VS
Code uses a servers key, not mcpServers:
~/.codex/config.tomlCodex CLI's config schema has changed across versions and this block is not
independently verified against a live install. If it doesn't load, the reliable
path is running uvx linkedin-api-mcp yourself and pointing Codex at whatever
its current stdio-server config expects.
settings.jsonNo deeplink exists for Zed. Add this under context_servers in your Zed
settings:
~/.codeium/windsurf/mcp_config.jsonNo deeplink exists for Windsurf. It only resolves servers from its own registry, so this has to be pasted in manually via Windsurf Settings β MCP Servers β Edit raw config:
If you'd rather not rely on the keyring in a given client (a sandboxed
environment, or CI), pass the cookie directly instead of running auth:
Anywhere you do this, treat that config file with the same care as the cookie itself: don't commit it, and restrict its permissions.
LinkedIn doesn't offer an API key for this kind of access, so the server uses the same session cookie your browser already holds.
F12 or Cmd+Opt+I) β Application β Cookies β
https://www.linkedin.com.li_at and copy its Value.[!WARNING] This cookie is your LinkedIn login. Anyone who has it can act as you: read your messages, message your connections, see everything your account can see, without needing your password. It survives a password change, and it cannot be revoked from any session list LinkedIn shows you. Never paste it into a chat, a commit, an issue, a screenshot, or anywhere other than
linkedin-api-mcp auth.
| Tool | Description |
|---|---|
get_profile | Fetch a member's profile (headline, about, experience, education, skills) by URL or public identifier. |
get_my_profile | Fetch the profile of the account this server is logged in as. |
search_people | Search LinkedIn members by keyword. |
get_inbox | List recent message thread previews. |
get_conversation | Fetch the full message history of one thread, by id. |
search_conversations | Search your message threads by participant or keyword. |
send_message βοΈ | Write. Sends a real message to another member from your account. |
connect βοΈ | Write. Sends a real connection invitation to another member from your account. |
get_company | Fetch a company page (about, size, industry, recent posts). |
search_companies | Search LinkedIn companies by keyword. |
search_jobs | Search job postings by keyword and optional location. |
get_job | Fetch one job posting in full. |
search_posts | Search LinkedIn feed posts by keyword. |
linkedin_status | Check session validity and current usage against the rate limits in Safety. |
14 tools: 12 read, 2 write. send_message and connect are the only two that
change anything, and both are visible to another real person the moment they
run: there is no draft, preview, or undo step. Everything else only reads what
your account can already see. Covered by 68 tests.
This is a days-old project. Rather than claim everything works, here's what's actually been checked against a live account, and what hasn't.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/linkedin)<a href="https://allmcps.com/mcp/linkedin"><img src="https://allmcps.com/api/badge/linkedin?style=directory" alt="LinkedIn on AllMCPs" /></a>