unlinked for Claude Desktop
io.github.larsbaunwall/unlinked
MCP server that brings your LinkedIn professional profile and experience into your context.
client:Claude Desktop
transport:stdio
runtime:npm
Install unlinked in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"unlinked": {
"command": "npx",
"args": [
"-y",
"@larsbaunwall/unlinked"
],
"env": {
"LINKEDIN_TOKEN": "<LINKEDIN_TOKEN>",
"LINKEDIN_API_VERSION": "<LINKEDIN_API_VERSION>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs