Skip to content
Cursor

LinkedIn Toolkit for Cursor

io.github.formatixai/linkedin-toolkit

LinkedIn for AI agents from your own Chrome session: search, profiles, lists, outreach queue.

client:Cursor transport:stdio runtime:npm

Install LinkedIn Toolkit 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": {
    "linkedin-toolkit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "linkedin-toolkit-mcp"
      ],
      "env": {
        "LINKEDIN_TOOLKIT_HOME": "<LINKEDIN_TOOLKIT_HOME>"
      }
    }
  }
}

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

LinkedIn Toolkit in other clients