Skip to main content
Glama

LinkedIn MCP Server

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

              • 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
                21
                TypeScript
              • -
                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
                Python
                • Apple
              • -
                security
                F
                license
                -
                quality
                Automates the creation and scheduling of LinkedIn posts using MCP server integration, allowing users to manage content and automatically publish to their LinkedIn accounts.
                Last updated -
                1
                Python
              • 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
                Python
                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