Fullrun — Google Ads for AI Agents
Enables management of Google Ads campaigns, including triaging account health, listing campaigns and keywords, monitoring performance metrics, and executing AI-powered optimization runs.
Fullrun is an AI agent that manages Google Ads for you. It monitors your campaigns around the clock, diagnoses problems, adjusts bids, adds missing ad extensions, pauses wasteful keywords, and creates new campaigns — all autonomously.
This CLI brings that same engine to your terminal. Instead of using the Fullrun dashboard, you (or your AI agent) can manage Google Ads with simple commands. Every command auto-detects your environment — colored output in a terminal, structured JSON when piped to another program.
npm install -g fullrun
fullrun login frun_YOUR_API_KEY
fullrun triageWhat an agent can do
Diagnose — Run
fullrun triageto get a prioritized health report (CRITICAL → HIGH → MEDIUM → LOW)Inspect — List campaigns, keywords, and performance metrics
Optimize — Trigger
fullrun runto let the AI agent fix the highest-priority issuesRepeat — Triage again to confirm the fixes worked
All the hard stuff — Google Ads API calls, bid calculations, budget guardrails, PPC best practices — happens server-side. The CLI is a thin client. No credentials stored on your machine.
Commands
Command | Description |
| Authenticate with your API key |
| Account health report with prioritized issues |
| List campaigns with status, budget, and metrics |
| Account metrics — clicks, conversions, CPA |
| Keywords with performance data |
| Trigger a full AI-powered optimization run |
Options
--format json— Force JSON output (default when piped)--format human— Force colored terminal output (default in TTY)--days <n>— Look-back period for performance data (default 7, max 90)--campaign <id>— Filter keywords by campaign
Related MCP server: Marketing Automation MCP Server
Agent integration
OpenClaw
Install the CLI globally and OpenClaw auto-discovers it via the bundled SKILL.md:
npm install -g fullrunThen tell your agent: "Check my Google Ads and fix anything that's underperforming."
Claude Code
The SKILL.md works as a Claude Code skill. The agent reads it and knows how to use every command.
MCP (Claude Desktop / Cursor)
{
"mcpServers": {
"fullrun": {
"command": "npx",
"args": ["@fullrun/mcp"],
"env": {
"FULLRUN_API_KEY": "frun_..."
}
}
}
}Any agent
Any agent that can execute shell commands can use Fullrun. Output is auto-detected — JSON when piped, human-readable in a terminal.
Getting an API key
Sign up at fullrun.app
Connect your Google Ads account
Go to Settings > API Keys
Create a key and copy it
How it works
CLI / MCP / Agent
│
▼
Fullrun API (api key auth)
│
▼
Triage engine → Google Ads API
Guardrails, bid caps, PPC rulesThe CLI never touches Google Ads directly. It calls the Fullrun API, which runs the same triage and optimization engine that powers the web dashboard. All guardrails (mutation limits, bid caps, budget safety) are enforced server-side.
Development
git clone https://github.com/tuckerschreiber/fullrun-cli
cd fullrun-cli
npm install
npx tsx src/bin/fullrun.ts --helpLicense
MIT
This server cannot be installed
Maintenance
Related MCP Servers
- AlicenseBqualityBmaintenanceEnables comprehensive Google Ads campaign management and analysis through natural language, including performance metrics, keyword optimization, budget management, and custom GAQL queries.Last updated10012MIT
- AlicenseBqualityDmaintenanceEnables AI-powered marketing campaign management across Google Ads, Facebook Ads, and Google Analytics with automated budget optimization, AI-generated ad copy, audience segmentation, and real-time performance analytics.Last updated43MIT
- AlicenseAqualityCmaintenanceReporting, optimizing, building, executing all paid media advertising campaigns from any AI Agent. Intelligence, security, and guardrails to not f\*ck up your accounts.Last updated212314MIT
- AlicenseAqualityCmaintenanceThe first cross-platform ad management MCP server with full read + write capabilities, enabling AI agents to create campaigns, adjust budgets, generate creatives, and pull performance data across 9+ ad platforms through natural language.Last updated252314MIT
Related MCP Connectors
AI marketing agent for Google Ads, Meta, GA4, TikTok, LinkedIn, Shopify, HubSpot and more.
Manage ad campaigns across Google, Meta, LinkedIn, Reddit, TikTok, and more via AI.
Manage ad campaigns across Google, Meta, LinkedIn, Reddit, TikTok, and more via AI.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tuckerschreiber/fullrun-cli'
If you have feedback or need assistance with the MCP directory API, please join our Discord server