Skip to content
Grok

LinkedIn MCP Server for Grok

io.github.prakharagarwal-dev/linkedin-mcp-server

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

client:Grok transport:stdio runtime:oci

Install LinkedIn MCP Server in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

LinkedIn MCP Server in other clients