Skip to content
Cursor

unlinked for Cursor

io.github.larsbaunwall/unlinked

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

client:Cursor transport:stdio runtime:npm

Install unlinked in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "unlinked": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@larsbaunwall/unlinked"
      ],
      "env": {
        "LINKEDIN_TOKEN": "<LINKEDIN_TOKEN>",
        "LINKEDIN_API_VERSION": "<LINKEDIN_API_VERSION>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

unlinked in other clients