Linkedin Ads
Rank #24,141io.github.mharnett/linkedin-ads
MCP server providing linkedin-ads capabilities
Linkedin Ads is a Model Context Protocol (MCP) server published by mharnett. It ranks #24,141 of 115,460 servers tracked on MCP Toplist. Linkedin Ads is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Mar 6, 2026 and most recently updated on Mar 13, 2026.
Ranks ahead of 91,319 of 115,460 servers on MCP Toplist.
Use Linkedin Ads
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add linkedin-ads -e "LINKEDIN_CLIENT_ID=<your LINKEDIN_CLIENT_ID>" -e "LINKEDIN_CLIENT_SECRET=<your LINKEDIN_CLIENT_SECRET>" -e "LINKEDIN_ACCESS_TOKEN=<your LINKEDIN_ACCESS_TOKEN>" -- npx -y mcp-linkedin-adsReplace each placeholder with your own value before saving.
[mcp_servers.linkedin-ads]
command = "npx"
args = ["-y", "mcp-linkedin-ads"]
[mcp_servers.linkedin-ads.env]
LINKEDIN_CLIENT_ID = "<your LINKEDIN_CLIENT_ID>"
LINKEDIN_CLIENT_SECRET = "<your LINKEDIN_CLIENT_SECRET>"
LINKEDIN_ACCESS_TOKEN = "<your LINKEDIN_ACCESS_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"linkedin-ads": {
"command": "npx",
"args": [
"-y",
"mcp-linkedin-ads"
],
"env": {
"LINKEDIN_CLIENT_ID": "<your LINKEDIN_CLIENT_ID>",
"LINKEDIN_CLIENT_SECRET": "<your LINKEDIN_CLIENT_SECRET>",
"LINKEDIN_ACCESS_TOKEN": "<your LINKEDIN_ACCESS_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"linkedin-ads": {
"command": "npx",
"args": [
"-y",
"mcp-linkedin-ads"
],
"env": {
"LINKEDIN_CLIENT_ID": "<your LINKEDIN_CLIENT_ID>",
"LINKEDIN_CLIENT_SECRET": "<your LINKEDIN_CLIENT_SECRET>",
"LINKEDIN_ACCESS_TOKEN": "<your LINKEDIN_ACCESS_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"linkedin-ads": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-linkedin-ads"
],
"env": {
"LINKEDIN_CLIENT_ID": "<your LINKEDIN_CLIENT_ID>",
"LINKEDIN_CLIENT_SECRET": "<your LINKEDIN_CLIENT_SECRET>",
"LINKEDIN_ACCESS_TOKEN": "<your LINKEDIN_ACCESS_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"linkedin-ads": {
"command": "npx",
"args": [
"-y",
"mcp-linkedin-ads"
],
"env": {
"LINKEDIN_CLIENT_ID": "<your LINKEDIN_CLIENT_ID>",
"LINKEDIN_CLIENT_SECRET": "<your LINKEDIN_CLIENT_SECRET>",
"LINKEDIN_ACCESS_TOKEN": "<your LINKEDIN_ACCESS_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"linkedin-ads": {
"command": "npx",
"args": [
"-y",
"mcp-linkedin-ads"
],
"env": {
"LINKEDIN_CLIENT_ID": "<your LINKEDIN_CLIENT_ID>",
"LINKEDIN_CLIENT_SECRET": "<your LINKEDIN_CLIENT_SECRET>",
"LINKEDIN_ACCESS_TOKEN": "<your LINKEDIN_ACCESS_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mharnett%2Flinkedin-ads)<a href="https://mcptoplist.com/server/io.github.mharnett%2Flinkedin-ads"><img src="https://mcptoplist.com/badge/io.github.mharnett%2Flinkedin-ads.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
mharnett
Other servers by mharnett
- MCP Google Ads Server#12,806 · 1 ver
- Bing Ads#13,226 · 2 vers
- mcp-gtm-ga4#17,858 · 1 ver
- mcp-ga4#22,124 · 1 ver
- mcp-google-gsc#22,125 · 1 ver
- mcp-reddit-ads#29,000 · 1 ver
Available versions (2)
| Version | Published |
|---|---|
| 1.0.2 | Mar 13, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Linkedin Ads?
- Linkedin Ads is maintained by mharnett, which publishes 7 MCP servers (9 total versions) tracked on MCP Toplist.
- Is Linkedin Ads listed on the Official MCP Registry?
- Yes — Linkedin Ads is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Linkedin Ads have?
- MCP Toplist tracks 2 versions of Linkedin Ads, most recently published on Mar 13, 2026.
- Where can I find the source code for Linkedin Ads?
- The source code for Linkedin Ads is hosted at github.com/mharnett/mcp-linkedin-ads.