Side-by-Side Model Context Protocol Comparison
Meta Ads Mcp vs Mcp Server
In-depth architectural comparison of the Meta Ads Mcp and Mcp Server MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.
At a Glance & Executive Verdict
Meta Ads Mcp
Marketing · Local stdio
Quality: 49/100 (Fair) | Auth: OAuth 2.0
Mcp Server
Marketing · Local stdio
Quality: 47/100 (Fair) | Auth: API Key required
Verdict Summary: Choose Meta Ads Mcp if you need specialized Marketing tools running via a local process. Choose Mcp Server if your workspace requires Marketing integration with local subprocess execution. Both servers can be configured concurrently in your client's
mcpServers manifest.Which MCP Server Should You Choose?
Choose Meta Ads Mcp when:
- You need dedicated capabilities in the Marketing domain.
- You prefer local stdio subprocess transport architecture.
- Your security boundary fits: OAuth 2.0 (Freemium).
- You have access to required keys:
PIPEBOARD_API_TOKEN. - Primary tools included: user_id, limit, account_id.
Choose Mcp Server when:
- You need dedicated capabilities in the Marketing domain.
- You prefer local stdio subprocess transport architecture.
- Your security boundary fits: API Key required (BYOK (Pay Provider Direct)).
- You have access to required keys:
QR_MAKER_API_KEY, QR_MAKER_API_URL. - Primary tools included: generate_qr, batch_generate, get_batch_status.
Feature & Specification Comparison
Tools & Capabilities Breakdown
Meta Ads Mcp Tools (47)
user_id
Meta user ID or "me" for the current user
limit
Maximum number of accounts to return (default: 200)
account_id
Meta Ads account ID (format: act_XXXXXXXXX)
status_filter
Filter by status (empty for all, or 'ACTIVE', 'PAUSED', etc.)
campaign_id
Meta Ads campaign ID
name
Campaign name
objective
Campaign objective (ODAX, outcome-based). Must be one of:
status
Initial campaign status (default: PAUSED)
special_ad_categories
List of special ad categories if applicable
daily_budget
Daily budget in account currency (in cents)
lifetime_budget
Lifetime budget in account currency (in cents)
bid_strategy
Bid strategy. Must be one of: `LOWEST_COST_WITHOUT_CAP`, `LOWEST_COST_WITH_BID_CAP`, `COST_CAP`, `LOWEST_COST_WITH_MIN_ROAS`.
+35 more tools listed on main page
Mcp Server Tools (19)
generate_qr
Generate a styled QR code with custom colors, dots, logos, and frames
batch_generate
Batch generate up to 100 QR codes (Pro+)
get_batch_status
Poll batch job status
create_short_link
Create a tracked short link with click analytics
list_links
List short links with click counts
get_link
Get details of a specific short link
update_link
Update target URL, status, or expiration
delete_link
Permanently delete a short link
get_link_analytics
Click analytics — countries, devices, daily breakdown
create_template
Save a reusable QR style preset
list_templates
List saved style presets
update_template
Update a style preset
+7 more tools listed on main page
Ready-to-Paste Client Configurations
Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).
Meta Ads Mcp Configuration
Mcp Server Configuration