LinkedIn MCP Server

LinkedIn MCP Server

This MCP server allows Claude and other AI assistants to access your LinkedIn. Scrape LinkedIn profiles and companies, get your recommended jobs, and perform job searches. Set your li_at LinkedIn cookie to use this server.

6 Tools

Requires Secrets
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

About

LinkedIn MCP Server MCP Server

This MCP server allows Claude and other AI assistants to access your LinkedIn. Scrape LinkedIn profiles and companies, get your recommended jobs, and perform job searches. Set your li_at LinkedIncookie to use this server.

What is an MCP Server?

Characteristics

AttributeDetails
Docker Imagestickerdaniel/linkedin-mcp-server:1.3.2
Authorstickerdaniel
Repositoryhttps://github.com/stickerdaniel/linkedin-mcp-server
Dockerfilehttps://github.com/stickerdaniel/linkedin-mcp-server/blob/main/Dockerfile
Docker Image built bystickerdaniel
Docker Scout Health ScoreNot available
Verify SignatureNot available
LicenceApache License 2.0

Available Tools (6)

Tools provided by this ServerShort Description
close_sessionClose the current browser session and clean up resources.
get_company_profileGet a specific company's LinkedIn profile.
get_job_detailsGet job details for a specific job posting on LinkedIn
get_person_profileGet a specific person's LinkedIn profile.
get_recommended_jobsGet your personalized recommended jobs from LinkedIn
search_jobsSearch for jobs on LinkedIn using a search term.

Tools Details

Tool: close_session

Close the current browser session and clean up resources.

Tool: get_company_profile

Get a specific company's LinkedIn profile.

ParametersTypeDescription
company_namestring
get_employeesbooleanoptional

Tool: get_job_details

Get job details for a specific job posting on LinkedIn

ParametersTypeDescription
job_idstring

Tool: get_person_profile

Get a specific person's LinkedIn profile.

ParametersTypeDescription
linkedin_usernamestring

Tool: get_recommended_jobs

Get your personalized recommended jobs from LinkedIn

Returns: List[Dict[str, Any]]: List of recommended jobs

Tool: search_jobs

Search for jobs on LinkedIn using a search term.

ParametersTypeDescription
search_termstring

Use this MCP Server

{
  "mcpServers": {
    "linkedin-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "LINKEDIN_COOKIE",
        "stickerdaniel/linkedin-mcp-server:1.3.2"
      ],
      "env": {
        "LINKEDIN_COOKIE": "AQETADxR7bsCqpZlAAACm-lNHKAAA..."
      }
    }
  }
}

Why is it safer to run MCP Servers with Docker?

Manual installation

You can install the MCP server using:

Installation for