Skip to content
Grok

linkedin ads for Grok

io.github.mharnett/linkedin-ads

MCP server for LinkedIn Campaign Manager — campaigns, creatives, and analytics

client:Grok transport:stdio runtime:npm

Install linkedin ads 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": {
    "linkedin-ads": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-linkedin-ads"
      ],
      "env": {
        "LINKEDIN_CLIENT_ID": "<LINKEDIN_CLIENT_ID>",
        "LINKEDIN_CLIENT_SECRET": "<LINKEDIN_CLIENT_SECRET>",
        "LINKEDIN_ACCESS_TOKEN": "<LINKEDIN_ACCESS_TOKEN>"
      }
    }
  }
}

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 ads in other clients