loading…
Search for a command to run...
loading…
An MCP server that connects Claude to the LinkedIn Ads API for natural-language control over campaign management, audience targeting, creative uploads, analytic
An MCP server that connects Claude to the LinkedIn Ads API for natural-language control over campaign management, audience targeting, creative uploads, analytics, and account auditing.
An MCP server that connects Claude (Code or Desktop) to the LinkedIn Ads API, giving you natural-language control over campaign management, audience targeting, creative uploads, analytics, and account auditing.
| Category | Capabilities |
|---|---|
| Campaigns | Create, list, update campaign groups and campaigns |
| Audiences | Create/edit saved audiences, bulk geo-swap targeting |
| Creatives | Upload images and videos, create ad creatives |
| Analytics | Campaign and creative performance reports, account summaries |
| Auditing | 10-point account audit (CTR decline, budget utilization, missing conversion tracking, etc.) |
| Bulk ops | Queue and execute batch campaign/group creation and updates |
Best-practice enforcement is built in — audience expansion and audience network are disabled by default on every write operation.
r_ads, rw_ads, r_ads_reporting, r_basicprofilegit clone <this-repo-url>
cd linkedin-ads-mcp-server
npm install
cp .env.example .env
# Edit .env with your LinkedIn credentials
npm run build
npm start
You should see: LinkedIn Ads MCP server running — 34 tools registered
Add to your ~/.claude/settings.json:
{
"mcpServers": {
"linkedin-ads": {
"command": "node",
"args": ["/path/to/linkedin-ads-mcp-server/dist/index.js"],
"env": {
"LINKEDIN_ACCESS_TOKEN": "your_token",
"LINKEDIN_AD_ACCOUNT_ID": "urn:li:sponsoredAccount:123456789"
}
}
}
}
Add the same mcpServers block to %APPDATA%/Claude/claude_desktop_config.json (Windows) or ~/Library/Application Support/Claude/claude_desktop_config.json (macOS).
Restart Claude after updating the config.
Once connected, just talk to Claude:
To target a different ad account without restarting, pass it inline:
See SETUP.md for detailed instructions covering:
Access tokens expire after 60 days. See SETUP.md Part 5 for the refresh flow.
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"linkedin-ads-mcp-server": {
"command": "npx",
"args": []
}
}
}