MCP Server
MCP
LinkedIn Campaign Manager
MCP server for LinkedIn Ads — 19 read-only tools for campaigns, performance, and Lead Gen Forms.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "linkedin-campaign-manager-mcp",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "LinkedIn Developer App OAuth client ID",
"isRequired": true,
"isSecret": true,
"name": "LINKEDIN_CLIENT_ID"
},
{
"description": "LinkedIn Developer App OAuth client secret",
"isRequired": true,
"isSecret": true,
"name": "LINKEDIN_CLIENT_SECRET"
},
{
"description": "Absolute path to the OAuth token.json file (created by 'npm run auth')",
"isRequired": true,
"name": "LINKEDIN_TOKEN_PATH"
},
{
"description": "Default LinkedIn ad account ID (numeric, no urn: prefix). Tools fall back to this when ad_account_id is not passed.",
"name": "LINKEDIN_DEFAULT_AD_ACCOUNT"
},
{
"description": "LinkedIn Rosetta API version in YYYYMM format (default 202504)",
"name": "LINKEDIN_API_VERSION"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment