1. Conduid
  2. Social
  3. LinkedIn Ads MCP Server
MCP server · Social

LinkedIn Ads MCP Server

An MCP server that connects Claude to the LinkedIn Ads API for natural-language control over campaign management, audience targeting, creative uploads, analytics, and account auditing.

Unclaimed social
34Low

Scored 4 months ago · breakdown

About LinkedIn Ads MCP Server

LinkedIn Ads MCP Server is an MCP server in the Social category: an MCP server that connects Claude to the LinkedIn Ads API for natural-language control over campaign management, audience targeting, creative uploads, analytics, and account auditing. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/charltonmediagroup/LICampaignsMCP

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about LinkedIn Ads MCP Server

Powered by Claude · Grounded in docs

I know everything about LinkedIn Ads MCP Server. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

LinkedIn Ads MCP Server

An MCP server that connects Claude (Code or Desktop) to the LinkedIn Ads API, giving you natural-language control over campaign management, audience targeting, creative uploads, analytics, and account auditing.

What it does

Category Capabilities
Campaigns Create, list, update campaign groups and campaigns
Audiences Create/edit saved audiences, bulk geo-swap targeting
Creatives Upload images and videos, create ad creatives
Analytics Campaign and creative performance reports, account summaries
Auditing 10-point account audit (CTR decline, budget utilization, missing conversion tracking, etc.)
Bulk ops Queue and execute batch campaign/group creation and updates

Best-practice enforcement is built in — audience expansion and audience network are disabled by default on every write operation.

Prerequisites

  • Node.js 18+
  • A LinkedIn Developer App with Advertising API access (apply here)
  • OAuth scopes: r_ads, rw_ads, r_ads_reporting, r_basicprofile
  • Your LinkedIn Ad Account ID

Quick start

git clone <this-repo-url>
cd linkedin-ads-mcp-server
npm install
cp .env.example .env
# Edit .env with your LinkedIn credentials
npm run build
npm start

You should see: LinkedIn Ads MCP server running — 34 tools registered

Connecting to Claude

Claude Code (CLI)

Add to your ~/.claude/settings.json:

{
  "mcpServers": {
    "linkedin-ads": {
      "command": "node",
      "args": ["/path/to/linkedin-ads-mcp-server/dist/index.js"],
      "env": {
        "LINKEDIN_ACCESS_TOKEN": "your_token",
        "LINKEDIN_AD_ACCOUNT_ID": "urn:li:sponsoredAccount:123456789"
      }
    }
  }
}

Claude Desktop

Add the same mcpServers block to %APPDATA%/Claude/claude_desktop_config.json (Windows) or ~/Library/Application Support/Claude/claude_desktop_config.json (macOS).

Restart Claude after updating the config.

Usage

Once connected, just talk to Claude:

  • "List my campaign groups"
  • "Create a new campaign group called Q3 Brand Awareness"
  • "Run a full account audit"
  • "Show analytics for my top 5 campaigns this month"
  • "Swap targeting from UK to US for all saved audiences"

To target a different ad account without restarting, pass it inline:

  • "List campaigns for account urn:li:sponsoredAccount:987654321"

Full setup guide

See SETUP.md for detailed instructions covering:

  1. Creating a LinkedIn Developer App
  2. Generating OAuth tokens
  3. Linking your ad account
  4. Configuring Claude Code / Claude Desktop
  5. Token refresh for production use
  6. Upgrading to Standard API tier

Token expiration

Access tokens expire after 60 days. See SETUP.md Part 5 for the refresh flow.

License

MIT

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About LinkedIn Ads MCP Server

How do I install LinkedIn Ads MCP Server?

Run git clone https://github.com/charltonmediagroup/LICampaignsMCP, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is LinkedIn Ads MCP Server safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is LinkedIn Ads MCP Server still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.