unlinked for Windsurf
io.github.larsbaunwall/unlinked
MCP server that brings your LinkedIn professional profile and experience into your context.
client:Windsurf
transport:stdio
runtime:npm
Install unlinked in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"unlinked": {
"command": "npx",
"args": [
"-y",
"@larsbaunwall/unlinked"
],
"env": {
"LINKEDIN_TOKEN": "<LINKEDIN_TOKEN>",
"LINKEDIN_API_VERSION": "<LINKEDIN_API_VERSION>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs