mcpbeat Sign in

LinkedIn MCP Server

local only

LinkedIn runs on your own machine — the client starts it, so there is no endpoint to ping. 243 installs a week from pypi. Last commit 12 Aug 2026.

Read LinkedIn profiles, companies, jobs and messages via your own browser session

Installs per day peak 512 · avg 109 · -36% w/w
a month agotoday
243
Installs / week
pypi · linkedin-api-mcp
2
Stars
10 open issues
12 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check LinkedIn every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add linkedin-api-mcp -- uvx linkedin-api-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "linkedin-api-mcp": {
      "args": [
        "linkedin-api-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.linkedin-api-mcp]
command = "uvx"
args = ["linkedin-api-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "linkedin-api-mcp": {
      "args": [
        "linkedin-api-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "linkedin-api-mcp": {
      "args": [
        "linkedin-api-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to LinkedIn

same job, measured the same way
Sealedmail
by thesuitabs

Send and receive on-chain private messages via SealedMail on Sui. No browser wallet needed.

39 installs/wk local only
Musescore MCP
by chrischall

MuseScore for Claude — search sheet music and read score metadata via your signed-in browser

598 installs/wk local only
LinkedIn Sales Navigator
by nick-choudhary

LinkedIn Sales Navigator contact and account search from your logged-in browser.

76 installs/wk local only
kite-lite
by mauricioperera

Fetch, parse, screenshot and browse pages via MCP without a real browser -- no JS execution.

local only
D
Ichabod
by ichabod

The headless professional network: create a profile, then let your agent find you matches via MCP.

answering
gamedev.pl
by gamedev

Build browser games on gamedev.pl from your coding agent.

34 tools answering
Pagerunner — The Browser Layer That Learns
by enreign

Real Chrome profiles with site intelligence — already logged in, PII anonymization, sessions persist

118 installs/wk local only
Uplink
by uplink

Automate a real, logged-in browser on your own device — no stored credentials, no bot detection.

129 installs/wk local only

LinkedIn — questions

Answers built from our own checks of this server.

Why is there no uptime for LinkedIn?
LinkedIn runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package linkedin-api-mcp was installed 243 times last week.
How do I connect LinkedIn?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls linkedin-api-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use LinkedIn?
The pypi package linkedin-api-mcp was installed 243 times in the last week. Week over week that is -36%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is LinkedIn open source?
Yes — it is published under the MIT licence, written in Python, 2 stars on GitHub and 10 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.