← Back to Plugins
MCP Server MCP

LinkedIn Campaign Manager

github By github 👁 1 views ▲ 0 votes

MCP server for LinkedIn Ads — 19 read-only tools for campaigns, performance, and Lead Gen Forms.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "linkedin-campaign-manager-mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "LinkedIn Developer App OAuth client ID",
          "isRequired": true,
          "isSecret": true,
          "name": "LINKEDIN_CLIENT_ID"
        },
        {
          "description": "LinkedIn Developer App OAuth client secret",
          "isRequired": true,
          "isSecret": true,
          "name": "LINKEDIN_CLIENT_SECRET"
        },
        {
          "description": "Absolute path to the OAuth token.json file (created by 'npm run auth')",
          "isRequired": true,
          "name": "LINKEDIN_TOKEN_PATH"
        },
        {
          "description": "Default LinkedIn ad account ID (numeric, no urn: prefix). Tools fall back to this when ad_account_id is not passed.",
          "name": "LINKEDIN_DEFAULT_AD_ACCOUNT"
        },
        {
          "description": "LinkedIn Rosetta API version in YYYYMM format (default 202504)",
          "name": "LINKEDIN_API_VERSION"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...