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 LinkedIn cookie to use this server.
| Attribute | Details |
|---|---|
| Docker Image | stickerdaniel/linkedin-mcp-server:1.4.0 |
| Author | stickerdaniel |
| Repository | https://github.com/stickerdaniel/linkedin-mcp-server |
| Attribute | Details |
|---|---|
| Dockerfile | https://github.com/stickerdaniel/linkedin-mcp-server/blob/c54e3fa518d2b5cd827262159771b9d85a6eae13/Dockerfile |
| Commit | c54e3fa518d2b5cd827262159771b9d85a6eae13 |
| 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_sessionClose the current browser session and clean up resources.
get_company_profileGet a specific company's LinkedIn profile.
| Parameters | Type | Description |
|---|---|---|
company_name | string | |
get_employees | booleanoptional |
get_job_detailsGet job details for a specific job posting on LinkedIn
| Parameters | Type | Description |
|---|---|---|
job_id | string |
get_person_profileGet a specific person's LinkedIn profile.
| Parameters | Type | Description |
|---|---|---|
linkedin_username | string |
get_recommended_jobsGet your personalized recommended jobs from LinkedIn
Returns: List[Dict[str, Any]]: List of recommended jobs
search_jobsSearch 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",
"USER_AGENT",
"-e",
"LINKEDIN_COOKIE",
"stickerdaniel/linkedin-mcp-server:1.4.0"
],
"env": {
"USER_AGENT": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36",
"LINKEDIN_COOKIE": "AQETADxR7bsCqpZlAAACm-lNHKAAA..."
}
}
}
}