Skip to main content
Glama

LinkedIn MCP Server

by Hritik003

LinkedIn 的 MCP 服务器

一个用于 LinkedIn 的模型上下文协议 (MCP) 服务器,用于无缝申请职位和搜索 feed。

这使用非官方的Linkedin API 文档来获取客户端凭证。

特征

  1. 个人资料检索使用get_profile()函数获取用户资料提取关键信息,例如nameheadlinecurrent position
  2. 职位搜索
  • 具有多个参数的高级职位搜索功能:
    • 关键词
    • 地点
    • 经验水平
    • 工作类型(全职、合同、兼职)
    • 远程工作选项
    • 发布日期
    • 所需技能
  • 可自定义的搜索限制
  1. 动态帖子
  • 使用get_feed_posts()检索 LinkedIn feed 帖子
  • 可配置分页的限制和偏移量
  1. 简历分析
  • 解析并提取resumes (PDF format)
  • 提取的数据包括:
    • 姓名
    • 电子邮件
    • 电话号码
    • 技能
    • 工作经历
    • 教育
    • 语言

配置

克隆 repo 后,相应地调整<LOCAL_PATH>

{ "linkedin":{ "command":"uv", "args": [ "--directory", "<LOCAL_PATH>", "run", "linkedin.py" ] } }

用法

我一直在使用MCP-client进行测试,发现它是测试MCP-Servers最佳选择。

-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

模型上下文协议服务器,可通过自然语言命令与 LinkedIn 进行无缝交互,以进行求职申请、个人资料检索、订阅浏览和简历分析。

  1. 特征
    1. 配置
      1. 用法

        Related MCP Servers

        • -
          security
          F
          license
          -
          quality
          A server implementing the Model Context Protocol that enables users to retrieve LinkedIn profile information and activity data via EnrichB2B API, and generate text using OpenAI GPT-4 or Anthropic Claude models.
          Last updated -
          1
          Python
          • Linux
        • -
          security
          F
          license
          -
          quality
          A Node.js-based Model Context Protocol server that exposes Proxycurl's LinkedIn data API, allowing MCP-compatible clients to access LinkedIn profile data, company information, and search for employees.
          Last updated -
          JavaScript
        • A
          security
          F
          license
          A
          quality
          An unofficial Model Context Protocol server that enables programmatic access to LinkedIn data through tools like user search, company search, profile enrichment, and contact retrieval.
          Last updated -
          7
          660
          2
          TypeScript
        • -
          security
          F
          license
          -
          quality
          A comprehensive Model Context Protocol server that enables AI assistants to interact with LinkedIn APIs for profile management, content creation, networking, messaging, and analytics.
          Last updated -
          Python

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/Hritik003/linkedin-mcp'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server