Odel
Unlinked

Unlinked

Local
@larsbaunwall3TypeScriptMITUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@larsbaunwall/unlinkedv1.0.4

Run

npx -y @larsbaunwall/unlinked

MCP client config

{
  "mcpServers": {
    "unlinked": {
      "command": "npx",
      "args": [
        "-y",
        "@larsbaunwall/unlinked"
      ]
    }
  }
}