local-only server
The server can only run on the client’s local machine because it depends on local resources.
Integrations
Provides LinkedIn API integration for profile retrieval, advanced job searching, feed post access, and resume analysis. Enables users to fetch user profiles, search for jobs with customizable parameters, retrieve LinkedIn feed posts, and extract information from resumes.
LinkedIn 的 MCP 服务器
一个用于 LinkedIn 的模型上下文协议 (MCP) 服务器,用于无缝申请职位和搜索 feed。
这使用非官方的Linkedin API 文档来获取客户端凭证。
特征
- 个人资料检索使用
get_profile()
函数获取用户资料提取关键信息,例如name
、headline
和current position
- 职位搜索
- 具有多个参数的高级职位搜索功能:
- 关键词
- 地点
- 经验水平
- 工作类型(全职、合同、兼职)
- 远程工作选项
- 发布日期
- 所需技能
- 可自定义的搜索限制
- 动态帖子
- 使用
get_feed_posts()
检索 LinkedIn feed 帖子 - 可配置分页的限制和偏移量
- 简历分析
- 解析并提取
resumes (PDF format)
- 提取的数据包括:
- 姓名
- 电子邮件
- 电话号码
- 技能
- 工作经历
- 教育
- 语言
配置
克隆 repo 后,相应地调整<LOCAL_PATH>
Copy
用法
我一直在使用MCP-client进行测试,发现它是测试MCP-Servers
最佳选择。
This server cannot be installed
模型上下文协议服务器,可通过自然语言命令与 LinkedIn 进行无缝交互,以进行求职申请、个人资料检索、订阅浏览和简历分析。