mcpbeat Sign in

Meta Ads MCP Server

local only

Meta Ads runs on your own machine — the client starts it, so there is no endpoint to ping. 303 installs a week from npm. Last commit 28 Aug 2026.

MCP server for Meta Marketing API — Facebook & Instagram ad campaign management

Installs per day peak 322 · avg 60 · +16% w/w
a month agotoday
303
Installs / week
npm · @mikusnuz/meta-ads-mcp
78
Stars
0 open issues
28 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Meta 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 meta-ads -- npx -y @mikusnuz/meta-ads-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "meta-ads": {
      "args": [
        "-y",
        "@mikusnuz/meta-ads-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.meta-ads]
command = "npx"
args = ["-y", "@mikusnuz/meta-ads-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "meta-ads": {
      "args": [
        "-y",
        "@mikusnuz/meta-ads-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "meta-ads": {
      "args": [
        "-y",
        "@mikusnuz/meta-ads-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: META_ADS_ACCESS_TOKEN (Meta Marketing API access token), META_AD_ACCOUNT_ID (Meta Ad Account ID (e.g. act_123456)), META_APP_ID (Meta App ID), META_APP_SECRET (Meta App Secret), META_BUSINESS_ID (Meta Business Manager ID), META_PIXEL_ID (Meta Pixel ID). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Meta Ads

same job, measured the same way
Meta
by mikusnuz

MCP server for Instagram Graph API, Threads API & Meta platform management

225 installs/wk local only
NotFair-MetaAds
by nowork-studio

Meta Ads MCP (Facebook + Instagram) - analyze performance, manage budgets, pause campaigns.

answering
Glitch Grow Linkedin Ad MCP
by glitchexecutor-grow

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

6 installs/wk local only
Meta Ads (Facebook & Instagram)
by mcp-dir

Read and manage Meta Ads campaigns, ad sets, ads, audiences, pages and Business Manager. You provide

44 tools answering
MySampark
by utsav12322

Manage MySampark products and social media campaigns across Facebook, Instagram, and more.

answering
Caelario
by chunkydonut21

MCP server for Instagram, TikTok, YouTube, X and Facebook data extraction and automation.

58 installs/wk local only
Scaleforge MCP Meta Ads
by mike25app

Meta Ads MCP by ScaleForge — control Facebook & Instagram Ads via Graph API v24.0. 32 tools.

53 installs/wk local only
Linkedin Ads
by mharnett

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

59 installs/wk local only

Meta Ads — questions

Answers built from our own checks of this server.

Why is there no uptime for Meta Ads?
Meta 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 @mikusnuz/meta-ads-mcp was installed 303 times last week.
How do I connect Meta 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 @mikusnuz/meta-ads-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Meta Ads?
The npm package @mikusnuz/meta-ads-mcp was installed 303 times in the last week. Week over week that is +16%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Meta Ads open source?
Yes — it is published under the MIT licence, written in TypeScript and 78 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.