Control Facebook & Instagram Ads from Claude, Cursor, ChatGPT, or any MCP agent.
Direct Meta Graph API v24.0 wrapper. 32 tools. No backend — your token talks straight to Meta.
Five walls that trip up every first-time automation. All five are already handled by the MCP.
Pick your client. Each is <30 seconds.
npx -y @smithery/cli install @getscaleforge/mcp-meta-ads --client claude
Also: --client cursor · windsurf · continue. Smithery will prompt for the Meta token and write the config.
claude mcp add scaleforge --env META_ACCESS_TOKEN=YOUR_TOKEN -- npx -y @getscaleforge/mcp-meta-ads
Replace YOUR_TOKEN. Verify with claude mcp list.
{
"mcpServers": {
"meta-ads": {
"command": "npx",
"args": ["-y", "@getscaleforge/mcp-meta-ads"],
"env": {
"META_ACCESS_TOKEN": "YOUR_TOKEN_HERE"
}
}
}
}
Restart Claude Desktop. The 32 tools appear under the hammer icon.
Cursor will prompt for your Meta token on install.
{
"mcpServers": {
"meta-ads": {
"command": "npx",
"args": ["-y", "@getscaleforge/mcp-meta-ads"],
"env": { "META_ACCESS_TOKEN": "YOUR_TOKEN_HERE" }
}
}
}
Save as .cursor/mcp.json in your project, or ~/.cursor/mcp.json globally.
META_ACCESS_TOKEN=… npx -y @modelcontextprotocol/inspector npx -y @getscaleforge/mcp-meta-ads — the Inspector lets you call any of the 32 tools interactively.
Two options — pick based on your use case.
Good for trying the MCP and one-off experiments. Grab it from the Graph API Explorer in 2 minutes.
Steps →What every production Meta integration uses. Generated inside Business Manager, scoped to specific ad accounts + Pages.
Full walkthrough →Everything you'd run in Ads Manager, now callable by prompt.
Question? I reply within 1–2 hours.