LinkedIn MCP Server
@stickerdaniel
About LinkedIn MCP Server
Open-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"linkedin-mcp-server": {
"command": "uvx",
"args": [
"mcp-server-linkedin@latest",
"--import-from-browser"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is LinkedIn MCP Server?
An MCP server that enables AI assistants like Claude to read LinkedIn data through your own logged-in browser session. It allows access to profiles, companies, job searches, and messaging. This is an independent community project not affiliated with LinkedIn.
How to use LinkedIn MCP Server?
Install uv, then configure your MCP client with the command uvx mcp-server-linkedin@latest and set the environment variable UV_HTTP_TIMEOUT to 300. On the first tool call, a browser window opens for LinkedIn login. Alternatively, use the --login flag to set up a persistent session or --import-from-browser to reuse an existing browser session. Command-line options allow customising browser visibility, timeouts, transport, and profile location.
Key features of LinkedIn MCP Server
- Read profiles with section selection (experience, education, skills, etc.)
- Search for people, companies, and jobs with filters
- Send connection requests and messages
- View company profiles, posts, and employees
- Access messaging inbox and conversations
- Search conversations by keyword
- Get your own profile and feed posts
- Import session from common browsers (Chrome, Brave, Edge, etc.)
Use cases of LinkedIn MCP Server
- Automate LinkedIn profile research during recruiting or sales prospecting.
- Monitor job listings matching specific criteria via AI assistant.
- Gather company intelligence (posts, employees, profiles) for market analysis.
- Manage LinkedIn networking (connection requests, messages) programmatically.
- Analyze your own feed or inbox through AI queries.
FAQ from LinkedIn MCP Server
What dependencies are required?
Python and uv are needed. The server uses Patchright Chromium (downloaded automatically) and requires a network connection to LinkedIn.
How does authentication work?
Authentication is handled via your own browser session. The server opens a browser for you to log in to LinkedIn on the first tool call, or you can pre-configure login with --login or import cookies from an existing browser session using --import-from-browser.
Where does my data live?
All data is retrieved from LinkedIn through your session and processed locally. No data is stored externally by the server; session cookies are saved locally in ~/.linkedin-mcp/profile/.
What transport modes are supported?
The default transport is stdio. Streamable HTTP is also available for web-based MCP servers. You can set transport via --transport option or through environment variables.
Are there any known limitations?
LinkedIn's page structure changes frequently
More AI & Agents MCP servers
🛡️ A.I.G(AI-Infra-Guard)
TencentA full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
Gemini MCP Server
aliargunMCP server implementation for Google's Gemini API
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
mcp-hfspace MCP Server 🤗
evalstateMCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.
Comments