linkedin-ads-mcp-server
v1.0.0
Published
LinkedIn Ads Model Context Protocol Server
Maintainers
Readme
LinkedIn Ads MCP Server
Connect LinkedIn Ads to AI assistants like Claude Desktop through the Model Context Protocol.
Installation
npm install -g linkedin-ads-mcp-serverSetup
Get LinkedIn Access Token:
- Go to https://developer.linkedin.com
- Create app and request Marketing API access
- Generate access token with scopes: r_ads_reporting, rw_ads
Configure Claude Desktop:
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"linkedin-ads": {
"command": "npx",
"args": ["linkedin-ads-mcp-server"],
"env": {
"LINKEDIN_ACCESS_TOKEN": "your_token_here"
}
}
}
}Usage
Ask Claude Desktop:
- "Show me my LinkedIn campaign performance"
- "Get analytics for last 30 days"
- "List all my ad accounts"
Features
- Campaign analytics and reporting
- Ad account management
- Integration with Claude Desktop
- Secure token-based authentication
License
MIT
