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.

Follow AllMCPs on X (opens in a new tab)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
  • 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
  • X (@AllMCPs) ↗ (opens in a new tab)
  • 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. Meta Ads MCP
  4. vs Placement.sh
Side-by-Side Model Context Protocol Comparison

Meta Ads MCP vs Placement.sh

In-depth architectural comparison of the Meta Ads MCP and Placement.sh 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: 65/100 (Great) | Auth: API Key required
Placement.sh
Marketing · Remote HTTP/SSE
Quality: 48/100 (Fair) | Auth: No auth required
Verdict Summary: Choose Meta Ads MCP if you need specialized Marketing tools running via a local process. Choose Placement.sh if your workspace requires Marketing integration with remote web transport. Both servers can be configured concurrently in your client's mcpServers manifest.

Which MCP Server Should You Choose?

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.
Explore Meta Ads MCP Details
P

Choose Placement.sh when:

  • You need dedicated capabilities in the Marketing domain.
  • You prefer remote streaming HTTP/SSE transport architecture.
  • Your security boundary fits: No auth required (Free / Open Source).
Explore Placement.sh Details

Feature & Specification Comparison

Specification
Meta Ads MCP logo
Meta Ads MCP
mikusnuz
Marketing
P
Placement.sh
Marketing
Summary
Category & ScopeMarketingMarketing
Quality signal

Tools & Capabilities Breakdown

Meta Ads MCP Tools (80)

list_campaigns
List campaigns with filtering and pagination
get_campaign
Get campaign details by ID
create_campaign
Create a new campaign
update_campaign
Update campaign settings
delete_campaign
Delete a campaign
copy_campaign
Copy an existing campaign with ad sets and ads

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
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"
      }
    }
  }
}
Placement.sh Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "placement-sh": {
      "url": "https://placement.sh/"
    }
  }
}

Frequently Asked Questions

Meta Ads MCP is categorized under Marketing and uses a local stdio subprocess. In contrast, Placement.sh belongs to Marketing using remote streaming HTTP/SSE transport. Select Meta Ads MCP when you need capabilities focused on marketing and Placement.sh when you require tools for marketing.

More alternatives to Meta Ads MCPMore alternatives to Placement.shMarketing category hub

Related MCP Server Comparisons

Popular comparisons with Meta Ads MCP

  • Openai Ads MCP logoMeta Ads MCP vs Openai Ads MCP
  • Meta Ads MCP logoMeta Ads MCP vs Meta Ads MCP
  • Google Ad Manager MCP logoMeta Ads MCP vs Google Ad Manager MCP
  • Argo MCP logoMeta Ads MCP vs Argo MCP

Popular comparisons with Placement.sh

65/100 (Great)
48/100 (Fair)
Transport ProtocolLocal Subprocess (stdio)Remote HTTP/SSE
Auth RequirementAPI Key requiredNo auth required
Pricing ModelBYOK (Pay Provider Direct)Free / Open Source
Required Env Vars
META_ADS_ACCESS_TOKENMETA_AD_ACCOUNT_IDMETA_APP_IDMETA_APP_SECRETMETA_BUSINESS_IDMETA_PIXEL_ID
None required
Compatible Clients
Claude DesktopCursorWindsurfClineVS Code
Claude DesktopCursorWindsurfClineVS Code
Install path signalnpx · highRemote (HTTP/SSE) · medium
Engagement & Health 1 views 0 copies 0 upvotes 72 stars 1 views 0 copies 0 upvotes
Verified / OfficialCommunity ListingCommunity Listing
Open full listingView Meta Ads MCP ListingView Placement.sh Listing
get_campaign_adsets
List ad sets within a campaign
get_campaign_ads
List ads within a campaign
get_campaign_leads
Get leads from a campaign
list_adsets
List ad sets with filtering
get_adset
Get ad set details by ID
create_adset
Create a new ad set
+68 more tools listed on main page

Placement.sh Tools (0)

No explicit tool names declared in metadata yet. Check project README on main listing page.
Submit Map logo
Placement.sh vs Submit Map
  • Facebook Ads MCP Server logoPlacement.sh vs Facebook Ads MCP Server
  • Stape MCP Server logoPlacement.sh vs Stape MCP Server
  • Citedy Seo Agent logoPlacement.sh vs Citedy Seo Agent
  • MCP server for Meta Marketing API v25.0 — 123 tools for Facebook & Instagram ad campaigns, audiences, creatives, insights, catalogs, and automated rules.
    MCP skill that finds free directories, marketplaces, and review platforms where your site can get listed, then preps the submission form. Bought placements available at fixed prices once free options run out.