mcpbeat Sign in

Linkedin MCP Server

local only

Linkedin MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 91 installs a week from npm. Last commit 27 Aug 2026.

LinkedIn for AI assistants — search, profiles, jobs, feed, messaging, and gated writes.

Installs per day peak 44 · avg 17 · -27% w/w
a month agotoday
91
Installs / week
npm · linkedin-mcp-tools
10
Stars
0 open issues
27 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Linkedin MCP 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-mcp -- npx -y linkedin-mcp-tools
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "linkedin-mcp": {
      "args": [
        "-y",
        "linkedin-mcp-tools"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.linkedin-mcp]
command = "npx"
args = ["-y", "linkedin-mcp-tools"]
.cursor/mcp.json
{
  "mcpServers": {
    "linkedin-mcp": {
      "args": [
        "-y",
        "linkedin-mcp-tools"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "linkedin-mcp": {
      "args": [
        "-y",
        "linkedin-mcp-tools"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Linkedin MCP

same job, measured the same way
Curviate
by curviate

LinkedIn actions for AI agents: search, messaging, posts and invites, as hosted MCP tools.

answering
LinkMCP
by linkmcp

Hosted MCP server for LinkedIn: 31 tools for profiles, search, messaging, posts, enrichment.

answering
LinkedIn
by johannsenlum

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

224 installs/wk local only
Techtenstein Linkedin
by sathvic-kollu

Enrich LinkedIn profiles, companies, and prospect searches. For sales, recruiting, B2B.

60 installs/wk local only
Linkedin
by veezee

LinkedIn data for AI agents: search, profiles, companies, posts. Free key, self-minted, no signup.

answering
LinkedIn Toolkit
by formatixai

LinkedIn for AI agents from your own Chrome session: search, profiles, lists, outreach queue.

142 installs/wk local only
CrustAPI Google + LinkedIn Data
by crustapi

Live Google + public LinkedIn data: search, maps, profiles, companies, jobs. Pay only for results.

91 installs/wk local only
LinkedIn MCP Server
by prakharagarwal-dev

Find LinkedIn jobs and people, research companies, manage network, posts, and messages with MCP.

local only

Linkedin MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Linkedin MCP?
Linkedin MCP 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 npm package linkedin-mcp-tools was installed 91 times last week.
How do I connect Linkedin MCP?
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-mcp-tools straight from npm; nothing to host, nothing to sign up for.
How many people use Linkedin MCP?
The npm package linkedin-mcp-tools was installed 91 times in the last week. Week over week that is -27%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Linkedin MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 10 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.