mcpbeat Sign in

Linkedin Ads MCP Server

local only

Linkedin Ads runs on your own machine — the client starts it, so there is no endpoint to ping. 33 installs a week from npm. Last commit 9 Sep 2026.

MCP server for LinkedIn Campaign Manager — campaigns, creatives, and analytics

Installs per day peak 51 · avg 10 · -61% w/w
a month agotoday
33
Installs / week
npm · mcp-linkedin-ads
0
Stars
0 open issues
9 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Linkedin Ads every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add linkedin-ads -- npx -y mcp-linkedin-ads
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "linkedin-ads": {
      "args": [
        "-y",
        "mcp-linkedin-ads"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.linkedin-ads]
command = "npx"
args = ["-y", "mcp-linkedin-ads"]
.cursor/mcp.json
{
  "mcpServers": {
    "linkedin-ads": {
      "args": [
        "-y",
        "mcp-linkedin-ads"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "linkedin-ads": {
      "args": [
        "-y",
        "mcp-linkedin-ads"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: LINKEDIN_CLIENT_ID (LinkedIn OAuth app client ID), LINKEDIN_CLIENT_SECRET (LinkedIn OAuth app client secret), LINKEDIN_ACCESS_TOKEN (LinkedIn OAuth access token). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Linkedin Ads

same job, measured the same way
Glitch Grow Linkedin Ad MCP
by glitchexecutor-grow

MCP server for the LinkedIn Marketing API — campaigns, analytics, creatives.

6 installs/wk local only
Opn MCP
by ysalitrynskyi

MCP server for opn.onl: shorten links, analytics, branded QR codes, and link management.

32 installs/wk local only
Ads
by adspirer

Manage Google, Meta, Amazon, TikTok, LinkedIn & ChatGPT ads. 430 tools for campaigns & analytics.

234 tools answering
Seline
by getseline

MCP server for the Seline Analytics API

46 installs/wk answering
Writio
by alexlarcheveque

LinkedIn-native AI content creation, scheduling & analytics via MCP.

29 installs/wk local only
CodeQR
by codeqr

Create and manage CodeQR short links, QR codes, and analytics from any MCP client.

answering
Marketscore Direct MCP
by marketscore

MCP for Yandex Direct: manage ad campaigns & analytics from Claude or ChatGPT

answering
PicSee Short Link
by picsee

Official PicSee MCP server for short links, link management, click analytics, and optional OAuth.

1 tools answering

Linkedin Ads — questions

Answers built from our own checks of this server.

Why is there no uptime for Linkedin Ads?
Linkedin Ads runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-linkedin-ads was installed 33 times last week.
How do I connect Linkedin Ads?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-linkedin-ads straight from npm; nothing to host, nothing to sign up for.
How many people use Linkedin Ads?
The npm package mcp-linkedin-ads was installed 33 times in the last week. Week over week that is -61%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Linkedin Ads open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.