linkedin-mcp-server

gacabartosz/linkedin-mcp-server
★ 1 stars JavaScript 🤖 AI/LLM Updated 1d ago
The most complete LinkedIn MCP server — 24 tools: posting, scheduling, AI image generation, comments, reactions, templates. The only LinkedIn MCP with write operations.
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",
        "gacabartosz/linkedin-mcp-server"
      ]
    }
  }
}