linkedin-mcp

mehmudriad/linkedin-mcp
★ 0 stars JavaScript 💻 Code/Dev Tools Updated today
Connect LinkedIn MCP server with your AI
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": {
      "command": "npx",
      "args": [
        "-y",
        "mehmudriad/linkedin-mcp"
      ]
    }
  }
}

README Excerpt

Connecting LinkedIn to a terminal through an MCP (Model Context Protocol) server. The goal was to search profiles, browse companies, and interact with LinkedIn without touching a browser — all from the command line. It took three attempts to get working. Here's what happened and how to run it yourself.