Skip to content
Cursor

linkedctl for Cursor

io.github.alexey-pelykh/linkedctl

CLI and MCP server for the LinkedIn API

client:Cursor transport:stdio runtime:npm

Install linkedctl in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "linkedctl": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "linkedctl"
      ],
      "env": {
        "LINKEDCTL_ACCESS_TOKEN": "<LINKEDCTL_ACCESS_TOKEN>",
        "LINKEDCTL_CLIENT_ID": "<LINKEDCTL_CLIENT_ID>",
        "LINKEDCTL_CLIENT_SECRET": "<LINKEDCTL_CLIENT_SECRET>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

linkedctl in other clients