Meta Ads MCP OAuth Works But Most Ad Accounts Not Enabled Yet

✍️ OpenClawRadar📅 Published: May 8, 2026🔗 Source
Meta Ads MCP OAuth Works But Most Ad Accounts Not Enabled Yet
Ad

A Reddit user attempting to use Meta's Ads MCP server with Claude Desktop reports that OAuth authentication completes successfully and all 29 tools load without errors. However, calling ads_get_ad_accounts returns a JSON response indicating the ad account is not yet enabled for Ads MCP:

{
  "is_ads_mcp_enabled": false,
  "is_ads_mcp_disabled_reason": "Ads MCP is gradually being rolled out. Please check back at a later date to use Ads MCP with this Ad Account."
}

The user is asking if anyone has actually been enabled, and whether there are specific actions that might get prioritized — such as submitting a form, business verification status, or account spend history. They note they couldn't find a beta interest form that actually does anything.

This is a common early-access rollout pattern: the MCP server infrastructure is live and authentication works, but feature flags on the backend gate individual ad accounts. If you hit this same response, there's no workaround yet — Meta appears to be expanding access over time without a public signup form.

Ad

For now, developers integrating with Meta Ads should plan for a manual fallback (e.g., using the Ads API directly) until their account is enabled. Keep an eye on is_ads_mcp_disabled_reason for updates — if Meta changes the reason message or enables your account, the same endpoint will reflect that.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

ATLAS: Open-Source Test-Time Compute Pipeline for Qwen3-14B Achieves Frontier-Level Coding Performance
Tools

ATLAS: Open-Source Test-Time Compute Pipeline for Qwen3-14B Achieves Frontier-Level Coding Performance

A college student has developed ATLAS, an open-source test-time compute pipeline built around Qwen3-14B that achieves 74.6% pass@1 on LiveCodeBench v5 problems at ~$0.004 per task in electricity costs. The system is slow for complex problems but offers comparable performance to frontier models like GPT-5 (84.6%) and Claude 4.5 Sonnet (71.4%).

OpenClawRadar
Sx: An Open-Source Package Manager for AI Skills, MCPs, and Commands
Tools

Sx: An Open-Source Package Manager for AI Skills, MCPs, and Commands

Sx is a private npm-like package manager for AI assets—skills, MCP configs, commands, hooks, and agents—that lets teams share, version, and scope AI configurations across any AI client (Claude Code, Cursor, Copilot, Gemini).

OpenClawRadar
Fino: Open-Source MCP Server for Personal Finance Analysis with Claude
Tools

Fino: Open-Source MCP Server for Personal Finance Analysis with Claude

Fino is a free, open-source MCP server that connects Claude to bank accounts through Plaid, stores transaction data locally in SQLite, and provides Claude with tools for financial analysis.

OpenClawRadar
Chat Saver CG: Browser Extension Built with Claude Exports Conversations Across 12 AI Platforms
Tools

Chat Saver CG: Browser Extension Built with Claude Exports Conversations Across 12 AI Platforms

A developer built Chat Saver CG, a browser extension that exports and transfers conversations between Claude, ChatGPT, Gemini, and 9 other AI platforms, using Claude extensively for development including architecture decisions, debugging DOM parsing issues, and writing adapter logic.

OpenClawRadar