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

              • A
                security
                F
                license
                A
                quality
                A connector enabling Claude Desktop or any MCP client to interact with Slack workspaces to post messages and query user lists.
                Last updated -
                2
                23
              • -
                security
                F
                license
                -
                quality
                Enables text manipulation in Adobe InDesign documents via Claude Desktop by providing tools to add, update, remove, and retrieve text content through ExtendScript API.
                Last updated -
                1
                • Apple
              • A
                security
                A
                license
                A
                quality
                Enables Claude to access and analyze LinkedIn profile data through the Model Context Protocol, allowing users to query their LinkedIn information directly within Claude Desktop.
                Last updated -
                4
                MIT License
              • -
                security
                A
                license
                -
                quality
                A browser-based solution that enables programmatic interaction with Medium's content ecosystem despite API deprecation, allowing publishing, retrieving, and searching Medium articles through Claude integration.
                Last updated -
                6
                MIT License

              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