Skip to main content
Glama

LinkedIn MCP Server

by Hritik003

LinkedIn 向け MCP サーバー

LinkedIn が求人情報を適用し、フィードを通じてシームレスに検索するためのモデル コンテキスト プロトコル (MCP) サーバー。

これは、クライアントの資格情報にアクセスするために非公式のLinkedin API ドキュメントを使用します。

特徴

  1. プロフィール検索get_profile()関数を使用してユーザープロファイルを取得し、 nameheadlinecurrent positionなどの重要な情報を抽出します。
  2. 求人検索
  • 複数のパラメータを使用した高度な求人検索機能:
    • キーワード
    • 位置
    • 経験レベル
    • 仕事の種類(フルタイム、契約、パートタイム)
    • リモートワークのオプション
    • 投稿日
    • 必要なスキル
  • カスタマイズ可能な検索制限
  1. フィード投稿
  • get_feed_posts()を使用して LinkedIn フィード投稿を取得する
  • ページ区切りの制限とオフセットを設定可能
  1. 履歴書分析
  • resumes (PDF format)
  • 抽出されたデータには以下が含まれます:
    • 名前
    • メール
    • 電話番号
    • スキル
    • 実務経験
    • 教育
    • 言語

構成

リポジトリをクローンした後、 <LOCAL_PATH>適宜調整します。

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

使用法

私はMCP クライアントを使用してテストを行っており、 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
          A
          license
          -
          quality
          A Model Context Protocol (MCP) server that provides tools to interact with LinkedIn's Feeds and Job API. You can do "search for 3 data engineer jobs in . For each job check if it a good match for me by analyzing it against my resume in file resume.md."
          Last updated -
          2
          31
          Python
          The Unlicense
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that provides comprehensive access to LinkedIn data and functionality, enabling data retrieval and user account management through the HorizonDataWave API.
          Last updated -
          113
          23
          JavaScript
          MIT License
          • Apple
        • -
          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 -
          Python
          • Linux
        • -
          security
          A
          license
          -
          quality
          Enables AI assistants to interact with LinkedIn data through the Model Context Protocol, allowing profile searches, job discovery, messaging, and network analytics.
          Last updated -
          1
          TypeScript
          MIT License
          • Apple

        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