Back to Browse

Linkedin Campaign Manager MCP Server

Marketing & SocialUse Caution4.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

4.8
Use Caution4.8High Risk

This is a well-structured, read-only MCP server for the LinkedIn Marketing API with proper OAuth 2.0 authentication and secure token handling. The server implements appropriate input validation, secure credential management via environment variables, and sensible permission scoping. Minor code quality concerns around broad exception handling and incomplete logging do not materially impact security. Permissions (network HTTP, environment variables, file I/O) align well with the server's purpose as a marketing analytics tool. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

5 files analyzed · 9 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

What You'll Need

Set these up before or after installing:

LinkedIn Developer App OAuth client IDRequired

Environment variable: LINKEDIN_CLIENT_ID

LinkedIn Developer App OAuth client secretRequired

Environment variable: LINKEDIN_CLIENT_SECRET

Absolute path to the OAuth token.json file (created by 'npm run auth')Optional

Environment variable: LINKEDIN_TOKEN_PATH

Default LinkedIn ad account ID (numeric, no urn: prefix). Tools fall back to this when ad_account_id is not passed.Optional

Environment variable: LINKEDIN_DEFAULT_AD_ACCOUNT

LinkedIn Rosetta API version in YYYYMM format (default 202504)Optional

Environment variable: LINKEDIN_API_VERSION

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-zleventer-linkedin-campaign-manager-mcp": {
      "env": {
        "LINKEDIN_CLIENT_ID": "your-linkedin-client-id-here",
        "LINKEDIN_TOKEN_PATH": "your-linkedin-token-path-here",
        "LINKEDIN_API_VERSION": "your-linkedin-api-version-here",
        "LINKEDIN_CLIENT_SECRET": "your-linkedin-client-secret-here",
        "LINKEDIN_DEFAULT_AD_ACCOUNT": "your-linkedin-default-ad-account-here"
      },
      "args": [
        "-y",
        "linkedin-campaign-manager-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!