linkedin-mcp-server

souravdasbiswas/linkedin-mcp-server
★ 2 stars TypeScript 🤖 AI/LLM Updated today
MCP server for LinkedIn's official API - create posts, manage events, and interact with LinkedIn through AI assistants
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "linkedin-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "souravdasbiswas/linkedin-mcp-server"
      ]
    }
  }
}