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
Version 4.43 or later needs to be installed to add the server automatically
Use cases
About
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.
Attribute | Details |
---|---|
Docker Image | stickerdaniel/linkedin-mcp-server:1.3.2 |
Author | stickerdaniel |
Repository | https://github.com/stickerdaniel/linkedin-mcp-server |
Dockerfile | https://github.com/stickerdaniel/linkedin-mcp-server/blob/main/Dockerfile |
Docker Image built by | stickerdaniel |
Docker Scout Health Score | Not available |
Verify Signature | Not available |
Licence | Apache License 2.0 |
Tools provided by this Server | Short Description |
---|---|
close_session | Close the current browser session and clean up resources. |
get_company_profile | Get a specific company's LinkedIn profile. |
get_job_details | Get job details for a specific job posting on LinkedIn |
get_person_profile | Get a specific person's LinkedIn profile. |
get_recommended_jobs | Get your personalized recommended jobs from LinkedIn |
search_jobs | Search for jobs on LinkedIn using a search term. |
close_session
Close the current browser session and clean up resources.
get_company_profile
Get a specific company's LinkedIn profile.
Parameters | Type | Description |
---|---|---|
company_name | string | |
get_employees | boolean optional |
get_job_details
Get job details for a specific job posting on LinkedIn
Parameters | Type | Description |
---|---|---|
job_id | string |
get_person_profile
Get a specific person's LinkedIn profile.
Parameters | Type | Description |
---|---|---|
linkedin_username | string |
get_recommended_jobs
Get your personalized recommended jobs from LinkedIn
Returns: List[Dict[str, Any]]: List of recommended jobs
search_jobs
Search for jobs on LinkedIn using a search term.
Parameters | Type | Description |
---|---|---|
search_term | string |
{
"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..."
}
}
}
}
Manual installation
You can install the MCP server using:
Installation for