
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@fullrun/mcp
Advanced tools
Fullrun MCP server — Google Ads management for Claude Desktop, Cursor, and AI agents
MCP server for managing Google Ads campaigns from Claude Desktop, Cursor, Windsurf, and other AI agents.
npm install -g @fullrun/mcp
~/Library/Application Support/Claude/claude_desktop_config.json):{
"mcpServers": {
"fullrun": {
"command": "npx",
"args": ["-y", "@fullrun/mcp"],
"env": {
"FULLRUN_API_KEY": "frun_your_key_here"
}
}
}
}
For Cursor, add to .cursor/mcp.json:
{
"mcpServers": {
"fullrun": {
"command": "npx",
"args": ["-y", "@fullrun/mcp"],
"env": {
"FULLRUN_API_KEY": "frun_your_key_here"
}
}
}
}
| Tool | Description |
|---|---|
triage | Diagnose account health. Returns prioritized issues. Always call this first. |
list_campaigns | List all campaigns with status, budget, and metrics. |
get_performance | Get account metrics (clicks, impressions, conversions, CPA) for 1-90 days. |
list_keywords | List keywords with performance data. Optionally filter by campaign. |
run_optimization | Trigger AI-powered optimization. Rate limited to 1 per hour. |
triage to see prioritized issueslist_campaigns, get_performance, list_keywords to investigaterun_optimization to fix the highest-priority issues automaticallyThere's also a CLI for non-MCP usage:
npm install -g fullrun
fullrun triage
See fullrun on npm for CLI docs.
MIT
FAQs
Fullrun MCP server — Google Ads management for Claude Desktop, Cursor, and AI agents
The npm package @fullrun/mcp receives a total of 20 weekly downloads. As such, @fullrun/mcp popularity was classified as not popular.
We found that @fullrun/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.