Skip to content
Cline

linkedin ads for Cline

io.github.mharnett/linkedin-ads

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

client:Cline transport:stdio runtime:npm

Install linkedin ads in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "linkedin-ads": {
      "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

linkedin ads in other clients