WSofiDelhi/linkedin-mcp-server
3.2
If you are the rightful owner of linkedin-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The LinkedIn Ads MCP Server connects LinkedIn Ads to AI assistants like Claude Desktop using the Model Context Protocol.
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-server
Setup
-
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