🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@fullrun/mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fullrun/mcp

Fullrun MCP server — Google Ads management for Claude Desktop, Cursor, and AI agents

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

@fullrun/mcp

MCP server for managing Google Ads campaigns from Claude Desktop, Cursor, Windsurf, and other AI agents.

Install

npm install -g @fullrun/mcp

Setup

  • Get your API key at fullrun.app
  • Add to your Claude Desktop config (~/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"
      }
    }
  }
}

Tools

ToolDescription
triageDiagnose account health. Returns prioritized issues. Always call this first.
list_campaignsList all campaigns with status, budget, and metrics.
get_performanceGet account metrics (clicks, impressions, conversions, CPA) for 1-90 days.
list_keywordsList keywords with performance data. Optionally filter by campaign.
run_optimizationTrigger AI-powered optimization. Rate limited to 1 per hour.

Workflow

  • Call triage to see prioritized issues
  • Use list_campaigns, get_performance, list_keywords to investigate
  • Call run_optimization to fix the highest-priority issues automatically

CLI

There's also a CLI for non-MCP usage:

npm install -g fullrun
fullrun triage

See fullrun on npm for CLI docs.

License

MIT

Keywords

mcp

FAQs

Package last updated on 16 Mar 2026

Did you know?

Socket

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.

Install

Related posts