Skip to content
Cursor

linkedin ads for Cursor

io.github.mharnett/linkedin-ads

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

client:Cursor transport:stdio runtime:npm

Install linkedin ads in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

linkedin ads in other clients