Skip to main content
Glama
md-riaz

LinkedIn Ads MCP Server

by md-riaz

LinkedIn Ads MCP Server šŸš€

An open-source, token-efficient Model Context Protocol (MCP) Server designed specifically for LinkedIn Campaign Manager & Ads Management.

It allows AI assistants (such as Antigravity, Claude Desktop, Cursor, etc.) to perform deep audits, analyze campaign performance, review targeting setups, inspect ad creatives, and analyze audience demographics without requiring a LinkedIn Developer App or official API approvals.


✨ Key Features

  • šŸ”’ Zero Developer App Required: Uses your existing authenticated browser session via anti-detect Patchright.

  • ⚔ Ultra Low Token Consumption: Returns structured, clean JSON responses directly to the LLM instead of bulky DOM trees or screenshots.

  • šŸ“Š Comprehensive Ads Intelligence: Full coverage for Campaign Manager Accounts, Campaign Groups, Campaigns, Creatives, Demographics, and Conversion Tracking.

  • 🐳 Docker-Ready: Completely containerized with persistent session storage.

  • šŸ›”ļø Safety-First Design: Focused on deep inspection, read-only analysis, and auditing to protect your advertising budgets.


Related MCP server: mcp-linkedin-ads

šŸ› ļø Available MCP Tools

Tool Name

Scope

Description

get_ad_accounts

Accounts

Lists all accessible LinkedIn Ad Accounts, Account IDs, currency, and statuses.

get_account_billing_status

Billing

Audits billing status, payment methods, credit balance, and holds.

list_campaign_groups

Campaigns

Lists campaign groups, objectives, budgets, and schedules.

list_campaigns

Campaigns

Lists all campaigns in an account (Objective, Status, Budget, Spend, Clicks).

get_campaign_details

Targeting

Deep inspection of targeting criteria (Job titles, Industries, Geography, Bidding).

list_creatives

Creatives

Inspects ad copy, headlines, CTAs, destination URLs, and creative formats.

get_campaign_analytics

Performance

Retrieves performance KPIs (Spend, Impressions, Clicks, CTR, CPC, Conversions).

get_audience_demographics

Demographics

Analyzes audience reach across Job Function, Industry, Seniority, Company Size, etc.

get_matched_audiences

Audiences

Lists retargeting segments, contact lists, and matched audiences.

get_conversion_tracking

Conversions

Checks LinkedIn Insight Tag health and active conversion tracking rules.

get_lead_gen_forms

Leads

Audits configured Lead Gen Forms, fields collected, and submission rates.


šŸš€ Quickstart & Installation

1. Clone the Repository

git clone https://github.com/md-riaz/linkedin-ads-mcp-server.git
cd linkedin-ads-mcp-server

2. Build the Docker Image

docker build -t linkedin-ads-mcp:latest .

3. One-Time Authentication

If you haven't authenticated your LinkedIn session in Docker yet, run the one-time login command:

docker run -it --rm \
  -v linkedin-mcp-data:/home/pwuser/.linkedin-mcp \
  -p 127.0.0.1:6080:6080 \
  stickerdaniel/linkedin-mcp-server:latest \
  --login --login-viewer

Open http://127.0.0.1:6080 in your browser and sign in once. The session is permanently saved in the linkedin-mcp-data volume.


āš™ļø MCP Client Configuration

For Antigravity / Claude Desktop (mcp_config.json):

Add the following block to your mcp_config.json:

{
  "mcpServers": {
    "linkedin-ads-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "-e", "FASTMCP_CHECK_FOR_UPDATES=off",
        "-v", "linkedin-mcp-data:/home/pwuser/.linkedin-mcp",
        "linkedin-ads-mcp:latest"
      ]
    }
  }
}

šŸ“ Project Structure

linkedin-ads-mcp-server/
ā”œā”€ā”€ Dockerfile
ā”œā”€ā”€ docker-compose.yml
ā”œā”€ā”€ pyproject.toml
ā”œā”€ā”€ README.md
ā”œā”€ā”€ LICENSE
└── src/
    ā”œā”€ā”€ __init__.py
    ā”œā”€ā”€ server.py        # FastMCP entrypoint
    ā”œā”€ā”€ config.py        # Environment & paths configuration
    ā”œā”€ā”€ browser.py       # Patchright browser lifecycle manager
    └── tools/
        ā”œā”€ā”€ __init__.py
        ā”œā”€ā”€ accounts.py  # Ad Accounts & Billing tools
        ā”œā”€ā”€ campaigns.py # Campaigns & Targeting tools
        ā”œā”€ā”€ analytics.py # Performance & Demographics tools
        ā”œā”€ā”€ creatives.py # Ad Creatives & Copy tools
        └── audiences.py # Matched Audiences & Insight Tag tools

šŸ“„ License

MIT License. Free for personal and commercial use.

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    A
    maintenance
    Enables AI agents with read/write access to LinkedIn API, including profile, posts, media, organizations, comments, reactions, and analytics.
    20
    14
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables Claude to manage LinkedIn ad accounts, campaigns, ad sets, and creatives with read/write support, including performance analytics and accurate CTR calculation using landing page clicks.
    72
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides read access to campaign performance data from Google Ads, Meta Ads, and TikTok Ads via live API calls, enabling AI assistants to analyze and audit advertising campaigns.
    1
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables management and analysis of LinkedIn ad campaigns, including listing accounts, campaigns, creatives, and retrieving analytics, through natural language queries.
    9
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/md-riaz/linkedin-ads-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server