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
blender-mcp
Open-source MCP to use Blender with any LLM
66
活跃⭐ 25.1k1 天前更新
ai.cueapi/mcp
Schedule agent work and report write-once outcomes via CueAPI from any MCP host.
56
活跃⭐ 278 天前更新
bot.myagi/openagent-registry
Myagi - Open Agent Registry
48
活跃53 天前更新
io.github.blackaxgit/agent-mcp-hub
One MCP server bridging the Codex, Cursor, OpenCode, Claude, and Antigravity CLI
64
活跃今天更新
常见问题
会导致账号被封吗?
有风险。LinkedIn 对自动化访问有检测和限制,建议低频使用,别拿主力账号跑批量任务。
用的是 LinkedIn 官方 API 吗?
不是。官方 API 对这类数据的开放很有限,这个 server 走的是登录会话抓取——这也是上面那些注意事项的由来。