linkedin-mcp-server
Verified Safeby stickerdaniel
Overview
Enables AI assistants to connect to LinkedIn for accessing profiles, companies, job searches, and job details via web scraping.
Installation
docker run --rm -i -v "${HOME}/.linkedin-mcp:/home/pwuser/.linkedin-mcp" -e "LOG_LEVEL=DEBUG" stickerdaniel/linkedin-mcp-server:2.2.1Environment Variables
- LINKEDIN_COOKIE
- LOG_LEVEL
- TIMEOUT
- USER_AGENT
- TRANSPORT
- HOST
- PORT
- HTTP_PATH
- SLOW_MO
- VIEWPORT
Security Notes
The server performs web scraping on LinkedIn. It handles sensitive user-provided LinkedIn session data (stored in `~/.linkedin-mcp/session.json` or provided via `li_at` cookie), which requires the user to ensure its security. The code does not contain 'eval', obfuscation, or hardcoded secrets. It explicitly warns users about potential violations of LinkedIn's Terms of Service regarding web scraping.
Similar Servers
mcp-server-browserbase
Enables LLMs to perform cloud browser automation tasks such as navigating, interacting with elements, extracting data, and capturing screenshots on web pages.
AgentBoard
Integrates AI agents with browser capabilities, enabling interaction with web pages and external Model Context Protocol (MCP) servers through a suite of specialized tools for tasks like content extraction and web automation.
crawlbase-mcp
A Model Context Protocol (MCP) server that enables AI agents and LLMs to fetch fresh, structured, real-time web content (HTML, Markdown, screenshots) via Crawlbase's scraping infrastructure.
linkedin-mcp-server
This server acts as a Model Context Protocol (MCP) tool to enable LLMs to interact with the LinkedIn API for professional network data retrieval and interaction.