Odel
meta ads mcp

meta ads mcp

Local
@mikusnuz71TypeScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@mikusnuz/meta-ads-mcpv1.2.1

Run

npx -y @mikusnuz/meta-ads-mcp

MCP client config

{
  "mcpServers": {
    "meta-ads-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mikusnuz/meta-ads-mcp"
      ]
    }
  }
}