linkedin-mcp

Mehmoodqureshi/linkedin-mcp
★ 0 stars TypeScript Browser/Web Updated 1mo ago
Drive LinkedIn via Playwright, exposed as an MCP server over stdio. Runs standalone (npx) or as an Electron tray app.
View on GitHub → 🔍 Audit Wallet Slippage →

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": {
      "command": "npx",
      "args": [
        "-y",
        "Mehmoodqureshi/linkedin-mcp"
      ]
    }
  }
}