Skip to main content
Glama

LinkedIn MCP Server

LinkedIn MCP サーバー

テキストとメディアの添付をサポートし、Claude Desktop から直接 LinkedIn に投稿します。

特徴

  • LinkedInにテキスト更新を投稿する
  • 投稿に画像や動画を添付する
  • 投稿の公開範囲(公開/接続)を制御する
  • OAuth2認証フロー
  • 安全なトークン保管

ツール

  • authenticate : LinkedInで認証する
  • create_post : オプションでメディアを添付して投稿を作成して共有する
    • 投稿に添付する関連メディアファイルへのファイルパスを指定します

設定

  1. LinkedIn 開発者アプリを作成します。
    Visit https://www.linkedin.com/developers/apps Create new app Add product permissions: Log In to LinkedIn and Share on LinkedIn Configure OAuth redirect URL: http://localhost:3000/callback
  2. インストールpipxがまだインストールされていない場合はインストールしてください
    pip install pipx
    linkedin-mcpをインストールする
    pipx install linkedin-mcp
  3. .envファイルを作成します:
    LINKEDIN_CLIENT_ID=your_client_id LINKEDIN_CLIENT_SECRET=your_client_secret LINKEDIN_REDIRECT_URI=http://localhost:3000/callback

クロードデスクトップ構成

claude-desktop.jsonに次の構成を追加します。

{ "mcpServers": { "linkedin-mcp": { "command": "linkedin-mcp", "env": { "LINKEDIN_CLIENT_ID": "<yours>", "LINKEDIN_CLIENT_SECRET": "<yours>", "LINKEDIN_REDIRECT_URI": "<yours>" } } } }

発達

リポジトリをクローンし、編集可能なモードでパッケージをインストールします。

git clone https://github.com/FilippTrigub/linkedin-mcp.git cd linkedin-mcp uv venv

開発ディレクトリからサーバーを実行します。

{ "mcpServers": { "linkedin-mcp": { "command": "uv", "args": [ "--directory", "absolute\\path\\to\\linkedin-mcp", "run", "-m", "linkedin_mcp.server" ], "env": { "LINKEDIN_CLIENT_ID": "<yours>", "LINKEDIN_CLIENT_SECRET": "<yours>", "LINKEDIN_REDIRECT_URI": "<yours>" } } } }

ライセンス

MITライセンス

-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

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

認証と表示制御をサポートし、Claude Desktop から LinkedIn にテキストやメディア コンテンツを直接投稿できるようになります。

  1. 特徴
    1. ツール
      1. 設定
        1. クロードデスクトップ構成
          1. 発達
            1. ライセンス

              Related MCP Servers

              • -
                security
                F
                license
                -
                quality
                A FastMCP-based server that enables programmatic LinkedIn automation and data extraction through browser automation, offering secure authentication and tools for profile operations and post interactions while respecting LinkedIn's rate limits.
                Last updated -
                5
                Python
                • Linux
                • Apple
              • -
                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
                A
                license
                -
                quality
                A powerful LinkedIn Profile Analyzer that seamlessly integrates with Claude AI to fetch and analyze public LinkedIn profiles, enabling users to extract, search, and analyze posts data through RapidAPI's LinkedIn Data API.
                Last updated -
                10
                Python
                MIT License
              • -
                security
                F
                license
                -
                quality
                Connects to multiple social media platforms (Twitter/X, Mastodon, LinkedIn), allowing users to create and publish content across platforms through natural language instructions.
                Last updated -
                TypeScript

              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/FilippTrigub/linkedin-mcp'

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