linkedctl for Windsurf
io.github.alexey-pelykh/linkedctl
CLI and MCP server for the LinkedIn API
client:Windsurf
transport:stdio
runtime:npm
Install linkedctl in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"linkedctl": {
"command": "npx",
"args": [
"-y",
"linkedctl"
],
"env": {
"LINKEDCTL_ACCESS_TOKEN": "<LINKEDCTL_ACCESS_TOKEN>",
"LINKEDCTL_CLIENT_ID": "<LINKEDCTL_CLIENT_ID>",
"LINKEDCTL_CLIENT_SECRET": "<LINKEDCTL_CLIENT_SECRET>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs