Ads MCP - manage Google, Meta, TikTok, LinkedIn, Microsoft, Reddit & X Ads campaigns from Claude, ChatGPT, Cursor & any MCP client.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Topics declared
git clone https://github.com/adkit/ads-mcp{
"mcpServers": {
"ads-mcp": {
"command": "node",
"args": ["/path/to/ads-mcp/dist/index.js"]
}
}
}Resumen de MCP Servers

# Ads MCP - Manage your ads from your AI agent
[](https://github.com/adkit/ads-mcp/stargazers) [](https://github.com/adkit/ads-mcp/releases) [](https://registry.modelcontextprotocol.io) [](./LICENSE)
**Ads MCP** is a Model Context Protocol (MCP) server for managing ad campaigns across **Google Ads, Meta Ads, TikTok Ads, LinkedIn Ads, Microsoft Ads, Reddit Ads, and X Ads** from any MCP-compatible AI agent — Claude, Claude Code, ChatGPT, Cursor, and Codex. Create campaigns, analyze performance, and spy on competitor ads without leaving your chat. _(Pinterest and Snapchat coming soon.)_
> **Draft-first:** every change starts as a draft — nothing goes live without your explicit approval. Multi-account for agencies and teams.
## What it does
- 🚀 **Create campaigns** — Build campaigns from scratch with audience research, keyword targeting, and media uploads
- 📊 **Analyze performance** — Pull metrics with date, placement, and demographic breakdowns; diagnose why ROAS dropped
- 🕵️ **Spy on competitor ads** — Search real ad libraries to research strategies, creative formats, and landing pages
- 🎨 **Generate creatives** — Use AI to create ad images and copy from a brief
- 🔗 **Connect ad accounts** — Link multiple Google, Meta, TikTok, LinkedIn, Microsoft, Reddit, and X accounts in one workspace
## Platforms & tools
| Platform | What you can do |
| --- | --- |
| **Google Ads** | Search campaigns, keyword targeting, performance analysis, competitor ad spying |
| **Meta Ads** (Facebook + Instagram) | Campaign creation, audience targeting, performance breakdowns, competitor ad spying |
| **TikTok Ads** | Campaign creation and performance analysis |
| **LinkedIn Ads** | Campaign creation, performance analysis, competitor ad spying |
| **Microsoft Ads** (Bing) | Campaign creation and performance analysis |
| **Reddit Ads** | Campaign creation and performance analysis |
| **X Ads** | Campaign creation and performance analysis |
| **Pinterest Ads · Snapchat Ads** | _Coming soon_ |
## Tools
| Tool | What it does |
| --- | --- |
| `adkit_projects` | List your projects and pick one to work in |
| `adkit_status` | Show connected platforms and available ad accounts |
| `adkit_setup` | Get links to connect your ad platforms |
| `adkit_help` | Look up what each platform supports, with exact params |
| `adkit_manage` | Create, edit, and publish campaigns, ad sets, and ads. Pull spend, ROAS, and performance |
| `adkit_library` | Search 500k+ ads from 1,000+ advertisers on Meta, Google, and LinkedIn |
| `adkit_studio` | Generate ad images and copy from a brief |
| `adkit_upload_file` | Upload images and videos for your ads |
| `adkit_feedback` | Report bugs or missing features to the AdKit team |
| `adkit_checkin` | Confirm your setup worked during onboarding |
## Example prompts
- "How are my Google Ads doing this week? Which keywords spent money without converting?"
- "What ads is Notion running on Meta right now? Which ones have been live the longest?"
- "Pull last month's search terms, find the ones with spend but zero conversions, and add them as negative keywords."
- "Create a Meta campaign for our spring sale. $50/day, US only, use our three best images. Draft it, don't publish."
- "Take our top-performing ad and generate square and story-size variants."
- "Give me an overview of all my client accounts. Which ones need attention today?"
- "Build me an HTML dashboard of this month's performance across all my ad accounts."
## Install
### Claude Code (recommended)
```
/plugin marketplace add adkit/ads-mcp
/plugin install ads@adkit
```
Then run `/ads:setup` to connect your ad accounts.
**MCP-only (no plugin):**
```
claude mcp add --transport http adkit https://mcp.adkit.so
```
### Claude (desktop & web)
Settings → **Connectors** → **Add custom connector** → URL: `https://mcp.adkit.so` → sign in on first use.
### ChatGPT
Settings → **Connectors** → **Add custom connector** → URL: `https://mcp.adkit.so`
### Cursor
Add to `~/.cursor/mcp.json`:
```json
{
"mcpServers": {
"adkit": {
"url": "https://mcp.adkit.so"
}
}
}
```
### Codex
Add to `~/.codex/config.toml`:
```toml
[mcp_servers.adkit]
url = "https://mcp.adkit.so"
```
## Skills
| Skill | Description |
| --------------- | -------------------------------------------- |
| `/ads:setup` | Connect your ad accounts |
| `/ads:launch` | Create campaigns, ad sets, and ads |
| `/ads:analyze` | Pull performance data and metrics |
| `/ads:spy` | Research competitor ads across ad libraries |
| `/ads:studio` | Generate ad images and copy with AI |
## How it works
The plugin connects to the AdKit MCP server, which manages your ad accounts across platforms. It follows a **draft-first workflow** — nothing publishes without your explicit approval. Supports multi-account setups for agencies and teams.
## Learn more
- [Google Ads MCP](https://adkit.so/features/ads-mcp/google) — connect Google Ads to your AI agent
- [Meta Ads MCP](https://adkit.so/features/ads-mcp/meta) — connect Facebook & Instagram Ads
- [TikTok Ads MCP](https://adkit.so/features/ads-mcp/tiktok) — connect TikTok Ads
- [LinkedIn Ads MCP](https://adkit.so/features/ads-mcp/linkedin) — connect LinkedIn Ads
- [Microsoft Ads MCP](https://adkit.so/features/ads-mcp/microsoft) — connect Microsoft (Bing) Ads
- [Reddit Ads MCP](https://adkit.so/features/ads-mcp/reddit) — connect Reddit Ads
- [X Ads MCP](https://adkit.so/features/ads-mcp/x) — connect X Ads
- [Claude integration](https://adkit.so/integrations/claude) — full setup guide for Claude
- [AdKit Dashboard](https://adkit.so) — account management and documentation
## Strategy skills
For campaign planning and platform-specific strategy, pair this plugin with the free [Ads Strategy Skills](https://github.com/adkit/ads-skills).
## Connect
[Website](https://adkit.so) · [X](https://x.com/TryAdkit) · [YouTube](https://www.youtube.com/@TryAdKit) · [LinkedIn](https://linkedin.com/company/adkit-ads) · [Facebook](https://www.facebook.com/TryAdkit)
## License
MIT
Lo que la gente pregunta sobre ads-mcp
¿Qué es adkit/ads-mcp?
+
adkit/ads-mcp es mcp servers para el ecosistema de Claude AI. Ads MCP - manage Google, Meta, TikTok, LinkedIn, Microsoft, Reddit & X Ads campaigns from Claude, ChatGPT, Cursor & any MCP client. Tiene 9 estrellas en GitHub y se actualizó por última vez today.
¿Cómo se instala ads-mcp?
+
Puedes instalar ads-mcp clonando el repositorio (https://github.com/adkit/ads-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar adkit/ads-mcp?
+
Nuestro agente de seguridad ha analizado adkit/ads-mcp y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene adkit/ads-mcp?
+
adkit/ads-mcp es mantenido por adkit. La última actividad registrada en GitHub es de today, con 0 issues abiertos.
¿Hay alternativas a ads-mcp?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega ads-mcp en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/adkit-ads-mcp)<a href="https://claudewave.com/repo/adkit-ads-mcp"><img src="https://claudewave.com/api/badge/adkit-ads-mcp" alt="Featured on ClaudeWave: adkit/ads-mcp" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!