Linkedin Ads Mcp
@danielpopamd
About Linkedin Ads Mcp
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.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Linkedin Ads Mcp?
Linkedin Ads Mcp is an MCP (Model Context Protocol) server that enables Claude AI to access and analyze your LinkedIn Ads data. It is built for marketers, founders, and growth teams who want to leverage AI for campaign optimization, performance reporting, and data-driven advertising decisions.
How to use Linkedin Ads Mcp?
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?”
Key features of Linkedin Ads Mcp
- 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.)
Use cases of Linkedin Ads Mcp
- Query campaign performance using natural language
- Analyze audience demographics to understand who is engaging with ads
- Track conversions and leads across LinkedIn campaigns
- Compare performance between time periods, campaigns, or campaign groups
- Get AI-powered insights on your advertising data
FAQ from Linkedin Ads Mcp
What prerequisites are needed before installing?
You need Node.js (version 18 or higher), a LinkedIn Company Page, and a LinkedIn Developer App with Advertising API access.
How do I obtain LinkedIn API credentials?
Go to the LinkedIn Developer Portal, create a new app, request the Advertising API product (approval takes 1–5 days), add the redirect URL http://localhost:3000/callback under the Auth tab, and copy the Client ID and Client Secret.
How does authentication work?
Run npm run auth. It opens your browser to LinkedIn’s OAuth page, you authorize the app, and tokens are stored locally in ~/.linkedin-ads-mcp/tokens.json. Tokens automatically refresh before expiration.
What tools are available in Linkedin Ads Mcp?
Tools include list_ad_accounts, get_account_details, get_campaign_performance, get_creative_performance, get_campaign_groups, get_audience_demographics, get_audience_reach, list_saved_audiences, get_conversion_performance, and list_conversions, among others.
Does the server handle API rate limits?
Yes, it includes built-in exponential backoff to handle LinkedIn API rate limits gracefully.
More Other MCP servers
Awesome Mlops
visengerA curated list of references for MLOps
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Servers
modelcontextprotocolModel Context Protocol Servers
Nginx UI
0xJackyYet another WebUI for Nginx
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Comments