Loading MCP server directory, please wait...
MCP server for LinkedIn Campaign Manager — campaigns, creatives, and analytics
npx @getmcp/cli add io.github.mharnett/linkedin-adsRequires Node.js 18+. Community-contributed server. Review source before installing.
LINKEDIN_CLIENT_IDLinkedIn OAuth app client ID
LINKEDIN_CLIENT_SECRETLinkedIn OAuth app client secret
LINKEDIN_ACCESS_TOKENLinkedIn OAuth access token
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mharnett/linkedin-ads": {
"command": "npx",
"args": [
"-y",
"mcp-linkedin-ads"
],
"env": {
"LINKEDIN_CLIENT_ID": "",
"LINKEDIN_CLIENT_SECRET": "",
"LINKEDIN_ACCESS_TOKEN": ""
}
}
}
}