Connect Claude directly to your ad accounts. Launch ads, analyze performance, manage campaigns, and automate workflows — all through natural conversation.
The Model Context Protocol (MCP) is an open standard that lets AI assistants like Claude connect to external tools and data sources. With the AdManage MCP server, Claude gets direct access to your ad accounts, campaigns, creative library, and reporting — no copy-pasting or switching tabs.
59+ tools across 14 categories, covering every part of your ad operations.
1 tool
Launch ads across Meta (single image, carousel, multi-media, Advantage+), TikTok, Snapchat, Pinterest, and more. Supports lead forms, partnership ads, and scheduled launches.
8 tools
List campaigns and ad sets, duplicate entities, pause or activate ads, edit creative copy, URLs, CTAs, and UTM tags. Manage up to 100 entities at once.
4 tools
Query spend, ROAS, CPM, CPC, CTR, and conversions via BigQuery. Identify top-performing ads, track daily spend trends, and break down by platform.
3 tools
View launch history, get full batch details including errors and creative state, and poll launch progress in real-time.
6 tools
Create, edit, and save ad drafts before launching. Review and launch drafts when ready. Great for approval workflows.
4 tools
Search your media library, upload videos and images from URLs or files. Auto-generates thumbnails on upload.
5 tools
Browse your creative library with filtering by type, status, dimensions, and tags. Organize assets into boards and track launch history.
2 tools
Browse Dropbox shared links and Google Drive folders directly. Pull media URLs for launching without leaving Claude.
4 tools
View ad comments with sentiment analysis, get aggregated analytics, reply to comments, and hide negative ones.
2 tools
List Instagram posts available for branded content ads and see which creators have approved your account for partnerships.
6 tools
Build node-based automation workflows with triggers (performance thresholds, media uploads, schedule), filters, delays, approvals, and actions across platforms.
6 tools
Create native Facebook Ad Rules that run on Meta's servers. Pause ads, adjust budgets, and send notifications based on spend, CPM, CTR, and more.
2 tools
Access saved ad copy templates with default text, headlines, and media URLs. Reuse proven creative across launches.
6 tools
List ad accounts across all platforms, manage workspaces, view user defaults, and configure launch settings like creative enhancements and default copy.
Get up and running in under 2 minutes. You need an AdManage API key — grab one from your API docs page or settings.
In Claude Desktop: go to Settings → Developer → Edit Config
In Claude Code: run claude mcp add or edit your project's .mcp.json
Paste this into your claude_desktop_config.json or .mcp.json:
{
"mcpServers": {
"admanage": {
"command": "npx",
"args": [
"-y",
"@admanage/mcp-admanage@latest"
],
"env": {
"ADMANAGE_API_KEY": "your_api_key_here"
}
}
}
}Replace your_api_key_here with your actual API key from the API docs page.
Restart Claude Desktop or reload your Claude Code session. You should see AdManage tools available in the tool list.
Try asking Claude something like:
Go to claude.ai → Settings → Connectors
Click Add Connector, then enter:
mcp.admanage.aiClick Connect. You'll be redirected to authorize AdManage access to your account. Once approved, all AdManage tools are instantly available in any chat.
Any MCP-compatible client can connect to AdManage. The configuration is the same — just add the server to your client's MCP config:
{
"admanage": {
"command": "npx",
"args": ["-y", "@admanage/mcp-admanage@latest"],
"env": {
"ADMANAGE_API_KEY": "your_api_key_here"
}
}
}Pull media from Dropbox or Google Drive, pair with ad copy templates, and launch across multiple ad accounts in one conversation.
Ask Claude to identify your top ads by ROAS, compare spend across platforms, and surface underperforming creatives.
Create rules that automatically pause high-CPM ads, adjust budgets based on performance, or send alerts when metrics drop.
Browse your library, organize assets into boards, tag and rate creatives, then launch the best performers.
Monitor ad comments with sentiment analysis, auto-reply to common questions, and hide negative comments.
Duplicate winning campaigns, ad sets, or individual ads with optional creative modifications across accounts.
Get your API key and connect AdManage to Claude in under 2 minutes.