Odel
LinkedIn MCP Server

LinkedIn MCP Server

Local
@prakharagarwal-dev2PythonApache-2.0Updated 1w ago

Find LinkedIn jobs and people, research companies, manage network, posts, and messages with MCP.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/prakharagarwal-dev/linkedin-mcp-server:0.16.0

Run

docker run -i --rm ghcr.io/prakharagarwal-dev/linkedin-mcp-server:0.16.0

MCP client config

{
  "mcpServers": {
    "linkedin-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/prakharagarwal-dev/linkedin-mcp-server:0.16.0"
      ]
    }
  }
}