Skip to content
Grok

unlinked for Grok

io.github.larsbaunwall/unlinked

MCP server that brings your LinkedIn professional profile and experience into your context.

client:Grok transport:stdio runtime:npm

Install unlinked in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "unlinked": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@larsbaunwall/unlinked"
      ],
      "env": {
        "LINKEDIN_TOKEN": "<LINKEDIN_TOKEN>",
        "LINKEDIN_API_VERSION": "<LINKEDIN_API_VERSION>"
      }
    }
  }
}

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

unlinked in other clients