Claude Desktop and MCP Server for LinkedIn Ads
This integration allows you to connect your LinkedIn Ads account to Claude via the Radiate B2B platform.
Pre-requirements:
LinkedIn Ads account connected to the Radiate B2B platform. You can complete this step by going to Integrations and clicking "Connect" under LinkedIn Ads.
Claude Desktop You can 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. This is what it should look like on a Mac:
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 %%Authorization_token%%"
]
}
}
}Make sure to replace %%Authorization_token%% with the token displayed in the Radiate B2B Platform.
You will also need Node.js on your computer for this to run properly. Note, Windows users should install Node in the root folder (c:\nodejs). To verify you have Node installed, open the command line on your computer.
On macOS, open the Terminal from your Applications folder
On Windows, press Windows + R, type “cmd”, and press Enter
Once in the command line, verify you have Node installed by entering the following command:
node --versionIf you get an error saying “command not found” or “node is not recognized”, download Node from nodejs.org.
After updating your configuration file, you need to restart Claude for Desktop. Make sure it is not running in the background after you exit. Upon restarting, you should see a slider
icon in the bottom left corner of the input box:

After clicking on the slider icon, you should see "Radiate B2B LinkedIn Advertising Listed":

You can now talk to Claude and ask it questions about your LinkedIn Ad Campaigns. It should know when to call the relevant tools.
Things you might try asking Claude:
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? Visualise the results and make recommendations.
Can you analyse the performance of my LinkedIn Ad campaigns for the past 3 quarters and make recommendations. Please visualise the results.
My LinkedIn Ad campaign data shows campaigns running from September until March 10th 2025 and then a new set of campaigns from May 19th 2025 to 5th September 2025. Can you create an in depth comparison of the two periods and make recommendations for performance improvements. Take account of daily spend and the different lengths of time.
As needed, Claude will call the relevant tools and seek your approval before taking an action:

Troubleshooting
Last updated
