LinkedIn MCP Server

Integrations

  • Provides a development workflow for cloning and contributing to the LinkedIn MCP repository.

  • Offers installation of the LinkedIn MCP package through pipx for isolated Python application management.

LinkedIn MCP Server

Posten Sie direkt von Claude Desktop auf LinkedIn mit Unterstützung für Text- und Medienanhänge.

Merkmale

  • Textaktualisierungen auf LinkedIn posten
  • Fügen Sie Beiträgen Bilder und Videos hinzu
  • Sichtbarkeit der Beiträge steuern (öffentlich/Verbindungen)
  • OAuth2-Authentifizierungsablauf
  • Sichere Token-Speicherung

Werkzeuge

  • authenticate : Authentifizieren Sie sich mit LinkedIn
  • create_post : Erstellen und teilen Sie Beiträge optional mit Medienanhängen
    • Geben Sie den Dateipfad zur entsprechenden Mediendatei an, um sie an den Beitrag anzuhängen

Aufstellen

  1. Erstellen Sie eine LinkedIn-Entwickler-App:
    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. Installieren Installieren Sie pipx , falls es noch nicht installiert ist
    pip install pipx
    Installieren Sie linkedin-mcp
    pipx install linkedin-mcp
  3. Erstellen Sie .env Datei:
    LINKEDIN_CLIENT_ID=your_client_id LINKEDIN_CLIENT_SECRET=your_client_secret LINKEDIN_REDIRECT_URI=http://localhost:3000/callback

Claude Desktop-Konfiguration

Fügen Sie claude-desktop.json die folgende Konfiguration hinzu:

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

Entwicklung

Klonen Sie das Repository und installieren Sie das Paket im bearbeitbaren Modus:

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

Führen Sie den Server aus dem Entwicklungsverzeichnis aus:

{ "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>" } } } }

Lizenz

MIT-Lizenz

-
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.

Ermöglicht das Posten von Text- und Medieninhalten direkt von Claude Desktop auf LinkedIn mit Unterstützung für Authentifizierung und Sichtbarkeitskontrollen.

  1. Merkmale
    1. Werkzeuge
      1. Aufstellen
        1. Claude Desktop-Konfiguration
          1. Entwicklung
            1. Lizenz

              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 -
                25
                17
                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 -
                1
                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

              ID: 8oopfv11nm