Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Browse
  3. Convika
  4. vs Meta Ads MCP
Side-by-Side Model Context Protocol Comparison

Convika vs Meta Ads MCP

In-depth architectural comparison of the Convika and Meta Ads MCP 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

Convika
Marketing · Local stdio
Quality: 37/100 (Fair) | Auth: No auth required
Meta Ads MCP
Marketing · Local stdio
Quality: 68/100 (Great) | Auth: API Key required
Verdict Summary: Choose Convika if you need specialized Marketing tools running via a local process. Choose Meta Ads MCP 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?

C

Choose Convika when:

  • You need dedicated capabilities in the Marketing domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: No auth required (Free / Open Source).
  • Primary tools included: Landing-page creation, Landing-page previews, Landing-page publishing.
Explore Convika Details
Meta Ads MCP logo

Choose Meta Ads MCP 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: META_ADS_ACCESS_TOKEN, META_AD_ACCOUNT_ID, META_APP_ID, META_APP_SECRET, META_BUSINESS_ID, META_PIXEL_ID.
  • Primary tools included: list_campaigns, get_campaign, create_campaign.

Feature & Specification Comparison

Specification
C
Convika
Marketing
Meta Ads MCP logo
Meta Ads MCP
mikusnuz
Marketing
SummaryCreate, preview, publish, and measure landing pages from Claude, Codex, or any MCP client.MCP server for Meta Marketing API v25.0 — 123 tools for Facebook & Instagram ad campaigns, audiences, creatives, insights, catalogs, and automated rules.
Category & ScopeMarketingMarketing

Tools & Capabilities Breakdown

Convika Tools (5)

Landing-page creation
Landing-page previews
Landing-page publishing
Landing-page measurement
MCP client access

Meta Ads MCP Tools (134)

list_campaigns
List campaigns in the ad account. Supports filtering by status and objective. Returns paginated results.
get_campaign
Get details of a specific campaign by ID.

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).

Convika Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "convika": {
      "command": "npx",
      "args": [
        "-y",
        "convika"
      ]
    }
  }
}
Meta Ads MCP Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "mikusnuz-meta-ads-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mikusnuz/meta-ads-mcp"
      ],
      "env": {
        "META_ADS_ACCESS_TOKEN": "YOUR_META_ADS_ACCESS_TOKEN_HERE",
        "META_AD_ACCOUNT_ID": "YOUR_META_AD_ACCOUNT_ID_HERE",
        "META_APP_ID": "YOUR_META_APP_ID_HERE",
        "META_APP_SECRET": "YOUR_META_APP_SECRET_HERE",
        "META_BUSINESS_ID": "YOUR_META_BUSINESS_ID_HERE",
        "META_PIXEL_ID": "YOUR_META_PIXEL_ID_HERE"
      }
    }
  }
}

Frequently Asked Questions

Convika is categorized under Marketing and uses a local stdio subprocess. In contrast, Meta Ads MCP belongs to Marketing using local stdio subprocess. Select Convika when you need capabilities focused on marketing and Meta Ads MCP when you require tools for marketing.

More alternatives to ConvikaMore alternatives to Meta Ads MCPMarketing category hub

Related MCP Server Comparisons

Popular comparisons with Convika

  • Opus Growth logoConvika vs Opus Growth
  • MCP Server logoConvika vs MCP Server
  • Openai Ads MCP logoConvika vs Openai Ads MCP
  • Markitup MCP Server logoConvika vs Markitup MCP Server

Popular comparisons with Meta Ads MCP

  • Openai Ads MCP logo
Explore Meta Ads MCP Details
Quality signal37/100 (Fair)68/100 (Great)
Transport ProtocolLocal Subprocess (stdio)Local Subprocess (stdio)
Auth RequirementNo auth requiredAPI Key required
Pricing ModelFree / Open SourceBYOK (Pay Provider Direct)
Required Env VarsNone required
META_ADS_ACCESS_TOKENMETA_AD_ACCOUNT_IDMETA_APP_IDMETA_APP_SECRETMETA_BUSINESS_IDMETA_PIXEL_ID
Compatible Clients
Claude DesktopCursorWindsurfClineVS Code
Claude DesktopCursorWindsurfClineVS Code
Install path signalnpx · lownpx · high
Engagement & Health 3 views 0 copies 0 upvotes 1 views 0 copies 0 upvotes 79 stars
Verified / OfficialCommunity ListingCommunity Listing
Open full listingView Convika ListingView Meta Ads MCP Listing
create_campaign
Create a new ad campaign. Defaults to PAUSED status. Requires name and objective. Budget can be set at campaign or ad set level.
update_campaign
Update an existing campaign. Only provided fields will be modified.
delete_campaign
Delete a campaign. This action is irreversible.
copy_campaign
Copy an existing campaign. Creates a duplicate with optional name override. Copies structure including ad sets and ads.
get_campaign_adsets
Get all ad sets belonging to a specific campaign.
get_campaign_ads
Get all ads belonging to a specific campaign.
get_campaign_leads
Get leads generated by a specific campaign. Requires leads_retrieval permission.
list_adsets
List ad sets in the ad account. Optionally filter by campaign or status.
get_adset
Get details of a specific ad set by ID.
create_adset
Create a new ad set. Requires name, campaign_id, budget, optimization_goal, billing_event, and targeting. Defaults to PAUSED status.
+122 more tools listed on main page
Meta Ads MCP vs Openai Ads MCP
  • Presscart logoMeta Ads MCP vs Presscart
  • Sweeppea MCP Info logoMeta Ads MCP vs Sweeppea MCP Info
  • Google Ad Manager MCP logoMeta Ads MCP vs Google Ad Manager MCP