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

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
    • 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 -
  • 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
    15
    3
  • -
    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 -
    1

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