mcpbeat Sign in

Unlinked MCP Server

by larsbaunwall Your server? Claim it
local only

Unlinked runs on your own machine — the client starts it, so there is no endpoint to ping. 33 installs a week from npm. Last commit 10 May 2026.

MCP server that brings your LinkedIn professional profile and experience into your context.

Installs per day peak 12 · avg 4 · +133% w/w
a month agotoday
33
Installs / week
npm · @larsbaunwall/unlinked
3
Stars
0 open issues
10 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: LINKEDIN_TOKEN (LinkedIn access token from the OAuth Token Generator. Accepts a bare token or 'Bearer <token>'. Required for EEA/Switzerland members only.), LINKEDIN_API_VERSION (LinkedIn API version in YYYYMM format (e.g. 202312). Defaults to 202312 when unset.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Unlinked

same job, measured the same way
LinkedIn MCP Server
by com-mcp

LinkedIn API as MCP tools to retrieve profile data and publish content. Powered by HAPI MCP.

3 tools answering
LinkedIn
by johannsenlum

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

224 installs/wk local only
mcp-me
by paladini

Expose your personal, professional, educational, and social profile to any AI assistant via MCP.

66 installs/wk local only
MCP Ethical Hacking
by cmpxchg16

An MCP server that provides LinkedIn & Reddit data

local only
Linkedctl
by alexey-pelykh

CLI and MCP server for the LinkedIn API

32 installs/wk local only
Fintalio LinkedIn MCP
by fintalio

LinkedIn outreach MCP server — 19 tools for AI agents to prospect, sequence, and manage contacts.

answering
Mysocial
by mysocial

Social media MCP server: your Instagram, TikTok, YouTube, LinkedIn and Threads history for your AI.

245 installs/wk answering
Paid Ads
by connected-paths

Hosted MCP server for Google Ads and LinkedIn Ads analysis.

answering

Unlinked — questions

Answers built from our own checks of this server.

Why is there no uptime for Unlinked?
Unlinked 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 @larsbaunwall/unlinked was installed 33 times last week.
How do I connect Unlinked?
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 @larsbaunwall/unlinked straight from npm; nothing to host, nothing to sign up for.
How many people use Unlinked?
The npm package @larsbaunwall/unlinked was installed 33 times in the last week. Week over week that is +133%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Unlinked open source?
Yes — it is published under the MIT licence, written in TypeScript and 3 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.