Linkedin Ads Mcp Server

by radiateb2b

304 downloads
Not rated
GitHub

About

Analyse your LinkedIn Ads performance. Compare to benchmarks and get optimisation recommendations.

Details

Author
radiateb2b
Downloads
304
Categories
Other

- Campaign analysis and performance reporting.
- Creative and ad content analysis.
- Identify companies engaging with your campaigns.
- Benchmark your campaigns against industry standards.
- Receive actionable optimization recommendations.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Linkedin Ads Mcp Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install Node.js and npm. Obtain a Radiate B2B private access token for each LinkedIn Ads account via the provided form. Then configure Claude Desktop (or another MCP client) by adding the server to its config file using npx mcp-remote with the URL https://mcp.radiateb2b.com/sse and an Authorization: Bearer <token> header. Restart the client to start using the server.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "linkedin ads mcp server": {
            "RadiateB2B LinkedIn Advertising": {
                "command": "npx",
                "args": [
                    "mcp-remote",
                    "https://mcp.radiateb2b.com/sse",
                    "--header",
                    "Authorization: Bearer <your private access token>"
                ]
            }
        }
    }
}

McpServers

{
    "RadiateB2B LinkedIn Advertising": {
        "command": "npx",
        "args": [
            "mcp-remote",
            "https://mcp.radiateb2b.com/sse",
            "--header",
            "Authorization: Bearer <your private access token>"
        ]
    }
}

mcp-linkedinads

Analyse your LinkedIn Ads performance. Compare to benchmarks and get optimisation recommendations.

Overview

A Model Context Protocol (MCP) server implementation that provides integration with LinkedIn Ads. This server enables AI models to interact with your LinkedIn Ads data to:

- Campaign Analysis
- Creative Analysis
- Analyse Companies engaging with your campaigns
- Benchmark
- Request recommendations for improving your campaigns.

For more information about the Model Context Protocol and how it works, see Anthropic's MCP documentation.

Example Prompts

- How do my LinkedIn Ad campaigns compare to benchmarks for the past 90 days? - Which LinkedIn Ad campaigns are performing best? - How do my LinkedIn Ad campaigns compare this week compared to last week? - Can you analyse the performance of my LinkedIn Ad campaigns for the past 3 quarters and make recommendations.

Setup

Prerequisites

Install node and npm.

Download Node and NPM here.

You'll need a Radiate B2B private access token for each LinkedIn Ads account. You can get started and also obtain your private access token by completing the form here.

Note: Keep your access token secure and never commit it to version control.

Using the MCP Server

Claude Desktop

Download Claude Desktop here. Make sure it’s on the latest version by clicking on the Claude menu on your computer and selecting “Check for Updates…”

To set up Claude Desktop, complete the following instructions:
- Open the Claude menu on your computer and select “Settings…”. Please note that these are not the Claude Account Settings found in the app window itself.
- Click on “Developer” in the left-hand bar of the Settings pane, and then click on “Edit Config”
- This will create a configuration file if you don’t already have one at:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json

- Open up the configuration file in any text editor. Replace the file contents with this:

{
"mcpServers": {
"RadiateB2B LinkedIn Advertising": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.radiateb2b.com/sse",
"--header",
"Authorization: Bearer <your private access token>"
]
}
}
}

- Restart Claude Desktop
- Visit this page for more information and troubleshooting.

Terms and Conditions

The Radiate B2B LinkedIn Ads MCP Server is in beta and subject to our terms.

Links

Official Website: https://radiateb2b.com
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.