Skip to content
Windsurf

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

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

{
  "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

linkedctl in other clients