AdAdvisor MCP Server for Claude
Hosted AdAdvisor MCP server with curated Meta Ads workflows for browsing creatives, launching campaigns, building audiences, and optimizing performance from Claude via streamable HTTP.
Open the source and read safety notes before installing.
Safety notes
- Workflow tools can create or modify Meta Ads campaigns, ad sets, creatives, and audiences when your token has write scope.
- Bearer tokens grant persistent account access until revoked in AdAdvisor or Meta Business settings.
- Treat returned spend, conversion, and audience data as business-sensitive before sharing in chat exports.
- Verify AI-proposed budget or targeting changes before approving tool calls on live ad accounts.
Privacy notes
- Account IDs, campaign names, creative assets, and performance metrics are sent to AdAdvisor and Meta APIs.
- Store adv_sk_ API keys in connector headers or secrets managers, not in chat logs or source control.
- AdAdvisor may retain usage telemetry under its platform terms; review privacy policy before connecting production accounts.
Prerequisites
- AdAdvisor account with Meta Ads connected and an API key (adv_sk_...) for MCP authentication.
- Claude Pro, Team, or Enterprise with Connectors support, or another MCP client with streamable HTTP connectors.
- Meta Ads account permissions sufficient for the campaigns and assets you plan to query or modify.
- Review of AdAdvisor pricing and plan limits before enabling write workflows in production accounts.
Schema details
- Install type
- cli
- Reading time
- 4 min
- Difficulty score
- 35
- Troubleshooting
- Yes
- Breaking changes
- No
- Estimated setup
- 10 minutes
- Difficulty
- intermediate
- Website
- https://www.adadvisor.ai
Full copyable content
{
"mcpServers": {
"adadvisor": {
"url": "https://api.adadvisor.ai/mcp",
"type": "http"
}
}
}About this resource
Overview
AdAdvisor provides a hosted Model Context Protocol server aimed at media buyers running Meta Ads. Instead of exposing raw Graph API primitives, it offers curated workflows for browsing creative libraries, launching campaigns, uploading creatives, building retargeting audiences, and optimizing performance directly from Claude and other MCP clients.
Setup and API key guidance are published at adadvisor.ai and the connector is hosted at https://api.adadvisor.ai/mcp.
Features
- Curated Meta Ads workflows for common media-buying tasks.
- Query accounts, campaigns, ad sets, ads, metrics, and settings.
- Browse and preview creative libraries inside chat.
- Launch conversion campaigns and upload new creatives.
- Build retargeting audiences and run performance optimization prompts.
- Streamable HTTP transport with Bearer token authentication.
Use Cases
- Review active campaign ROAS and pause underperforming ad sets from chat.
- Browse video and image creatives before launching a seasonal sale.
- Create a retargeting audience for site visitors who did not purchase.
- Summarise weekly spend and conversion trends across ad accounts.
- Draft a new prospecting campaign structure before manual review.
Installation
Claude (Connectors)
- Create an AdAdvisor API key (
adv_sk_...) under account settings. - In Claude, open Settings → Connectors → Add custom connector.
- Set the URL to
https://api.adadvisor.ai/mcpand add anAuthorization: Bearer adv_sk_...header. - Connect the account and invoke Meta Ads workflow tools in a new conversation.
Claude Code
claude mcp add --transport http adadvisor https://api.adadvisor.ai/mcp
claude mcp list
Other MCP clients
Add the connector using the JSON configuration below in your MCP client settings.
Configuration
{
"mcpServers": {
"adadvisor": {
"url": "https://api.adadvisor.ai/mcp",
"type": "http"
}
}
}
For authenticated setups:
{
"mcpServers": {
"adadvisor": {
"url": "https://api.adadvisor.ai/mcp",
"type": "http",
"headers": {
"Authorization": "Bearer adv_sk_YOUR_KEY"
}
}
}
}
Add the Authorization header with your AdAdvisor API key for authenticated workflow tools.
Examples
Creative library browse
Show me the videos and images in my Meta ad account creative library.
Campaign performance
How are my active conversion campaigns performing this week? Optimize what needs attention.
Retargeting audience
Build a retargeting audience for people who visited my site in the last 30 days but did not purchase.
Security
- AdAdvisor workflow tools can change live ad spend and targeting; confirm destructive actions.
- Use least-privilege Meta Business roles for the connected ad account.
- Rotate adv_sk_ keys if they appear in chat, screenshots, or shared configs.
Troubleshooting
401 or auth errors
Verify the Bearer token uses the adv_sk_ prefix and matches an active AdAdvisor API key.
Empty account data
Confirm the Meta ad account is linked in AdAdvisor and the key has access to that business.
Connector timeout
Retry after a few seconds; hosted endpoints may cold-start during peak traffic.
Write action blocked
Check Meta account permissions and AdAdvisor plan limits for campaign creation tools.
Duplicate Check
No existing adadvisor slug or adadvisor.ai source URL was found in content/mcp/. This entry is distinct from generic marketing automation MCP servers because it targets AdAdvisor's curated Meta Ads workflows rather than raw Graph API wrappers.
Source citations
Add this badge to your README
How it compares
AdAdvisor MCP Server for Claude side by side with 3 alternatives on trust, install, platform support, and disclosed safety notes — all from reviewed registry metadata.
| Field | AdAdvisor MCP Server for Claude Hosted AdAdvisor MCP server with curated Meta Ads workflows for browsing creatives, launching campaigns, building audiences, and optimizing performance from Claude via streamable HTTP. Open dossier | AutoRFP.ai MCP Server for Claude Official AutoRFP.ai remote MCP server for read-only access to RFP projects, requirements, approved content library search, and organisation tags from Claude and other MCP clients via OAuth. Open dossier | Auxen MCP Server for Claude Official Auxen.ai remote MCP server for listing GPU models and instances, checking account balance, and provisioning or destroying inference instances from Claude via OAuth 2.1 or API keys. Open dossier | Baselight MCP Server for Claude Official Baselight remote MCP server for searching and querying a catalog of 70,000+ public datasets from Claude via OAuth or x-api-key authentication. Open dossier |
|---|---|---|---|---|
| Trust | ||||
| Install risk | Review first | Review first | Review first | Review first |
| Notes | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ |
| Category | mcp | mcp | mcp | mcp |
| Source | source-backed | source-backed | source-backed | source-backed |
| Author | AdAdvisor | AutoRFP.ai | Auxen AI | Baselight |
| Added | 2026-06-14 | 2026-06-14 | 2026-06-14 | 2026-06-14 |
| Platforms | Claude CodeCursorClaude Desktop | Claude CodeClaude Desktop | Claude CodeClaude Desktop | Claude CodeClaude Desktop |
| Source repo | — | — | — | — |
| Safety notes | ✓Workflow tools can create or modify Meta Ads campaigns, ad sets, creatives, and audiences when your token has write scope. Bearer tokens grant persistent account access until revoked in AdAdvisor or Meta Business settings. Treat returned spend, conversion, and audience data as business-sensitive before sharing in chat exports. Verify AI-proposed budget or targeting changes before approving tool calls on live ad accounts. | ✓The connection is read-only; it cannot create, edit, or delete AutoRFP.ai records. Each user inherits their own AutoRFP.ai permissions, so MCP results reflect that user's normal app access. OAuth tokens grant persistent read access until revoked in AutoRFP.ai or the MCP client. Do not share OAuth-approved connector sessions across users or paste access tokens into public issues. | ✓provision_model creates billable GPU instances; confirm model, region, and cost before approving tool calls. destroy_instance permanently removes running instances and cannot be undone through MCP. API keys prefixed auxen_live_* operate on production resources; use auxen_test_* keys in development. OAuth tokens grant persistent account access until revoked in Auxen or the MCP client. | ✓Query tools may return large result sets; scope filters to avoid excessive data transfer. Some datasets are community-contributed; validate schema and quality before production use. OAuth tokens and API keys grant persistent catalog access until revoked. Do not run unreviewed SQL-like queries against sensitive production mirrors without safeguards. |
| Privacy notes | ✓Account IDs, campaign names, creative assets, and performance metrics are sent to AdAdvisor and Meta APIs. Store adv_sk_ API keys in connector headers or secrets managers, not in chat logs or source control. AdAdvisor may retain usage telemetry under its platform terms; review privacy policy before connecting production accounts. | ✓MCP tool results can expose RFP project names, requirement text, approved answer content, and organisation tag vocabulary. Search queries sent to the content library are processed by AutoRFP.ai under its own data-handling terms. Public support notes should describe connector scope, not full requirement or library excerpts. | ✓MCP tool results can expose account balance, instance IDs, model names, and deployment metadata. Provisioning requests are processed by Auxen.ai under its own data-handling and billing terms. Do not paste live API keys or OAuth tokens into public issues or shared chat logs. | ✓Search terms and query filters are sent to Baselight and may appear in usage logs. Dataset rows returned through MCP may include PII or licensed third-party content subject to dataset terms. Avoid pasting raw dataset excerpts containing personal data into public channels. |
| Prerequisites |
|
|
|
|
| Install | | | | |
| Config | | | | |
| Citations | ||||
| Claim | Unclaimed | Unclaimed | Unclaimed | Unclaimed |
Signals
Loading live community signals…
A short, calm digest of reviewed Claude resources. Unsubscribe any time.