领英 MCP 服务器是一个基于 Model Context Protocol (MCP) 的服务器,它能让您借助 Claude 等 AI 助手与领英展开交互。通过该服务器,您可以轻松抓取领英个人资料、搜索工作以及分析公司信息。
领英 MCP 服务器允许用户通过 Claude 和其他 AI 助手与领英进行交互。按照以下步骤开始使用:
git clone https://github.com/stickerdaniel/linkedin-mcp-server.git
cd linkedin-mcp-server
python -m venv env
source env/bin/activate # 在 Linux/Mac 上
env\Scripts\activate # 在 Windows 上
pip install -r requirements.txt
以下是一些使用该服务器的示例:
Can you tell me about John's work experience? His LinkedIn profile is https://www.linkedin.com/in/john-doe/
Search for software engineering jobs on LinkedIn.
Tell me about Google based on their LinkedIn page.
python server.py [--port PORT] [--debug]
LinkedIn MCP Server
http://localhost:5000
~/.linkedin_mcp_credentials.json
提供,且权限为用户-only。本项目遵循 MIT 许可证,具体见 LICENSE
文件。
⚠️ 重要提示
此工具仅用于个人用途。使用时需遵守领英的服务条款,谨慎进行数据抓取操作。
linkedin_scraper
(由 joeyism 开源)