Google Ads management plugin for Claude Code and Claude Coworker. Manage campaigns, audit accounts, and generate ad copy — all through natural language.
| Skill | Command | Description |
|---|---|---|
| ads | /ads |
Manage campaigns, keywords, bids, budgets, search terms, and more |
| ads-audit | /ads-audit |
Full account health audit with scoring, personas, and business context |
| ads-copy | /ads-copy |
Generate and A/B test RSA (Responsive Search Ad) copy |
The plugin includes the AdsAgent MCP server configuration, which provides 40+ tools for reading and writing Google Ads data.
claude plugin install nowork-studio/adsagent-plugin- Clone this repo into your Claude Code skills directory:
git clone https://github.com/nowork-studio/adsagent-plugin.git ~/.claude/skills/adsagent-plugin-
Get a free API key at adsagent.org
-
Set the environment variable:
export ADSAGENT_API_KEY=your_key- Restart Claude Code
On first use, the plugin will:
- Detect the AdsAgent MCP server
- Ask for your API key (if not set via environment variable)
- List your connected Google Ads accounts and let you pick one
- Save the configuration for future sessions
# Audit your account
/ads-audit
# Check campaign performance
/ads show performance
# Pause wasteful keywords
/ads pause keywords with 0 conversions
# Generate ad copy
/ads-copy write ads for boarding
# Adjust bids
/ads increase bids on converting keywords by 15%
- Claude Code CLI, desktop app, or IDE extension
- A Google Ads account connected at adsagent.org
ADSAGENT_API_KEYenvironment variable set
MIT