unlinked for Cline
io.github.larsbaunwall/unlinked
MCP server that brings your LinkedIn professional profile and experience into your context.
client:Cline
transport:stdio
runtime:npm
Install unlinked in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"unlinked": {
"command": "npx",
"args": [
"-y",
"@larsbaunwall/unlinked"
],
"env": {
"LINKEDIN_TOKEN": "<LINKEDIN_TOKEN>",
"LINKEDIN_API_VERSION": "<LINKEDIN_API_VERSION>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs