
mcp-linkedinads
Analyse your LinkedIn Ads performance. Compare to benchmarks and get optimisation recommendations.
README
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.