LinkedIn MCP Server
开源的 LinkedIn MCP server,让 AI 能读取个人档案、公司页面和职位信息,用于候选人调研、竞品团队分析这类场景。
典型用法是招聘前的批量调研——给一组候选人链接,让 AI 汇总他们的经历共性;或者看一家公司最近在招什么岗位,反推业务重点。
安装 / 接入
# No npm package — install from source.
# See the repo's README for the exact command:
# https://github.com/stickerdaniel/linkedin-mcp-server以官方 README 为准;env 与参数各 server 不同。
为什么用它
适合:做招聘、销售线索调研、竞品分析的人。
**接入前务必注意:** 它是通过你的登录会话抓取的,LinkedIn 的用户协议对自动化抓取有明确限制,频繁使用有账号被限制的风险。另外抓到的是真实个人信息,怎么存怎么用要符合当地隐私法规。
相似 / 替代 server
XcodeBuildMCP
A Model Context Protocol (MCP) server and CLI that provides tools for agent use
90
活跃⭐ 6.1k3 天前更新
codebase-memory-mcp
High-performance code intelligence MCP server. Indexes codebases into a persiste
87
活跃⭐ 35.4k3 天前更新
serena
A powerful MCP toolkit for coding, providing semantic retrieval and editing capa
86
活跃⭐ 26.9k1 天前更新
unity-mcp
Unity MCP acts as a bridge between AI assistants and your Unity Editor. Give you
85
活跃⭐ 12.8k12 天前更新
常见问题
会导致账号被封吗?
有风险。LinkedIn 对自动化访问有检测和限制,建议低频使用,别拿主力账号跑批量任务。
用的是 LinkedIn 官方 API 吗?
不是。官方 API 对这类数据的开放很有限,这个 server 走的是登录会话抓取——这也是上面那些注意事项的由来。