Skip to main content
Glama
felipfr

LinkedIn MCP Server

by felipfr

🌐 LinkedIn MCP サーバー

LinkedIn API統合のための強力なモデルコンテキストプロトコルサーバー

📋 概要

LinkedIn MCP Serverは、モデルコンテキストプロトコル(MCP)を通じて、LinkedIn APIのパワーをAIアシスタントに提供します。このTypeScriptサーバーにより、AIエージェントはLinkedInデータとのやり取り、プロフィール検索、求人検索、さらにはメッセージの送信までが可能になります。

MCP (モデル コンテキスト プロトコル) は、アプリケーションが LLM にコンテキストを提供する方法を標準化するオープン プロトコルです。モデルを外部データ ソースやツールに接続する AI アプリケーション用の USB-C ポートと考えてください。

Related MCP server: LinkedIn Custom MCP Server

✨ 特徴

🔍 LinkedIn APIツール

  • プロフィール検索- 高度なフィルターを使用して LinkedIn プロフィールを検索

  • プロフィール検索- LinkedInプロフィールの詳細情報を取得します

  • 求人検索- カスタマイズされた条件で求人情報を検索

  • メッセージング- LinkedIn のつながりにメッセージを送信する

  • ネットワーク統計- 接続統計と分析にアクセスします

🛠️ 技術的なハイライト

  • TypeScript - 型安全性と開発者エクスペリエンスのために最新の TypeScript で構築されています

  • 依存性注入- クリーンでテスト可能なアーキテクチャのためにTSyringeを使用する

  • 構造化ログ- より優れた可観測性を実現する Pino による包括的なログ記録

  • MCP統合- シームレスなAIアシスタント接続のためのモデルコンテキストプロトコルを実装

  • REST クライアント- 自動トークン管理機能を備えた Axios 搭載 API クライアント

🚀 開発

前提条件

  • Node.js 20以上

  • npm/ヤーン

設定

# Install dependencies
npm install

# Run the development server
npm run start:dev

# Build the server
npm run build

📦 インストール

Claude Desktop またはその他の MCP 対応 AI アシスタントで使用するには:

構成

  • macOS : ~/Library/Application Support/Claude/claude_desktop_config.json

  • Windows : %APPDATA%/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "linkedin-mcp-server": {
      "command": "/path/to/linkedin-mcp-server/build/index.js"
    }
  }
}

🔧 デバッグ

MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。統合されたMCPインスペクターを使用してください。

# Debug with MCP Inspector
npm run inspector

Inspector は、リクエストと応答を監視するためのブラウザベースのインターフェースを提供します。

🔒 セキュリティ

このサーバーは、LinkedIn の認証情報という機密性の高い情報を処理します。トークン管理システムがセキュリティ要件を満たしていることを確認してください。

📜 ライセンス

このプロジェクトはMITライセンスの下でライセンスされています。詳細はLICENSEファイルをご覧ください。

Install Server
A
license - permissive license
B
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    A comprehensive Model Context Protocol server that enables AI assistants to interact with LinkedIn APIs for profile management, content creation, networking, messaging, and analytics.
    2
  • A
    license
    A
    quality
    D
    maintenance
    Enables AI agents to manage professional networking on LinkedIn by providing tools for posting updates, searching for jobs, and analyzing profiles. It facilitates secure interaction with the LinkedIn platform through OAuth 2.0 authentication and the Model Context Protocol.
    17
    11
    MIT
  • F
    license
    A
    quality
    Not graded
    maintenance
    Enables AI assistants to interact with LinkedIn and LinkedIn Sales Navigator for searching profiles, managing leads, and handling messaging via cookie-based authentication. It supports professional networking tasks such as sending connection requests and retrieving account details through the Model Context Protocol.
    22
    1
  • A
    license
    A
    quality
    A
    maintenance
    Enables AI assistants to access and interact with LinkedIn data—profiles, messaging, jobs, companies, and more—via MCP, with remote or local deployment.
    22
    62
    8
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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/felipfr/linkedin-mcpserver'

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