Back to directory
agency42/linkedin-mcp

agency42/linkedin-mcp

@agency42

A Model Context Protocol (MCP) server using the TypeScript SDK for LinkedIn integration. Allows an AI agent to authenticate with LinkedIn and share posts or links.

linkedinmcptypescriptsocial-mediaapioauthclaudecommerce

Installation & Configuration

{
  "mcpServers": {
    "linkedin": {
      "command": "node",
      "args": [
        "/path/to/linkedin-mcp/build/server.js"
      ],
      "transport": "http",
      "url": "http://localhost:8001",
      "sseEndpoint": "/stream",
      "httpEndpoint": "/message"
    }
  }
}

Information

Transport
stdiosse
Language
TypeScript
Created
2026/6/15
Updated
2026/6/17