Analyse your LinkedIn Ads performance. Compare to benchmarks and get optimisation recommendations.
Analyse your LinkedIn Ads performance. Compare to benchmarks and get optimisation recommendations.
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:
For more information about the Model Context Protocol and how it works, see Anthropic’s MCP documentation.
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.
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:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"RadiateB2B LinkedIn Advertising": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.radiateb2b.com/sse",
"--header",
"Authorization: Bearer <your private access token>"
]
}
}
}
The Radiate B2B LinkedIn Ads MCP Server is in beta and subject to our terms.
Official Website: https://radiateb2b.com