Linkedin Ads Mcp
About
Access and analyze your LinkedIn Ads data. Built for marketers, founders, and growth teams who want to leverage AI for campaign optimization, performance reporting, and data-driven advertising decisions.
Details
- Author
- danielpopamd
- Downloads
- 410
- Categories
- Productivity, Other, Marketing
Jump to
- 14 specialized tools covering accounts, campaigns, creatives, audiences, conversions, and analytics
- Comprehensive metrics: Spend, Impressions, Clicks, CTR, Reach, Frequency, Engagements, CPM, CPC, Conversions, Conversion Rate, Cost per Conversion, and Audience Penetration
- Single OAuth authentication with automatic token refresh (tokens valid 60 days)
- Built-in exponential backoff for API rate limits
- Human-readable names for demographics (seniorities, job functions, industries, etc.)
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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Linkedin Ads McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
You can install it either by copying a pre-made prompt into Claude Code (no coding required) or by following a guided setup in Claude Desktop. For manual installation, clone the repository, run npm install and npm run build, create a .env file with your LinkedIn Client ID and Client Secret, run npm run auth to authenticate, and configure the Claude Desktop config file. Once set up, ask natural‑language questions like “Show me campaign performance for the last 30 days” or “Which job functions are responding best to my ads?”
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"linkedin ads mcp": {
"linkedin-ads": {
"command": "node",
"args": [
"/full/path/to/linkedin-ads-mcp/dist/index.js"
],
"env": {
"LINKEDIN_CLIENT_ID": "your_client_id",
"LINKEDIN_CLIENT_SECRET": "your_client_secret"
}
}
}
}
}
McpServers
{
"linkedin-ads": {
"command": "node",
"args": [
"/full/path/to/linkedin-ads-mcp/dist/index.js"
],
"env": {
"LINKEDIN_CLIENT_ID": "your_client_id",
"LINKEDIN_CLIENT_SECRET": "your_client_secret"
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




