← Back to Plugins
MCP Server MCP

LinkedIn

github By github 👁 1 views ▲ 0 votes

Read LinkedIn profiles, companies, jobs and messages via your own browser session

Homepage Verified source GitHub

Install

uvx linkedin-api-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "linkedin-api-mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your LinkedIn li_at session cookie. Optional if you have already stored it in the OS keyring with `linkedin-api-mcp auth`, which is the recommended route: this cookie is equivalent to being logged in as you.",
          "isSecret": true,
          "name": "LINKEDIN_COOKIE"
        },
        {
          "description": "Run the browser headless. Defaults to true; set to 0 to watch what it does.",
          "name": "LINKEDIN_HEADLESS"
        },
        {
          "description": "Minimum seconds between LinkedIn actions. Defaults to 2.",
          "name": "LINKEDIN_MIN_INTERVAL"
        },
        {
          "description": "Hard ceiling on LinkedIn actions per rolling hour. Defaults to 120. The server refuses past this rather than sleeping, so an agent in a loop is told to stop.",
          "name": "LINKEDIN_MAX_PER_HOUR"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...