LinkedIn MCP Server
@stickerdaniel
LinkedIn MCP Server について
Open-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"linkedin-mcp-server": {
"command": "uvx",
"args": [
"mcp-server-linkedin@latest",
"--import-from-browser"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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
「AI とエージェント」の他のコンテンツ
1Panel
1Panel-dev🔥 1Panel is a modern, open-source VPS control panel — and the only one with native AI agent support. Run Ollama models, deploy OpenClaw agents, and manage your entire server stack from one clean web interface.
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
Model Context Protocol for Unreal Engine
chongdashuEnable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
コメント