← Index

io.github.tuckerschreiber/fullrun

io.github.tuckerschreiber/fullrun·v0.1.1·Other
Quality Score
79
/100

Google Ads management for AI agents — diagnose, optimize, and manage campaigns.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "fullrun": {
      "command": "npx",
      "args": [
        "-y",
        "@fullrun/mcp"
      ],
      "env": {
        "FULLRUN_API_KEY": "<your-fullrun_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "fullrun": {
      "command": "npx",
      "args": [
        "-y",
        "@fullrun/mcp"
      ],
      "env": {
        "FULLRUN_API_KEY": "<your-fullrun_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @fullrun/mcp
§02  Environment variables
FULLRUN_API_KEY
requiredsecret

Your Fullrun API key for authenticating with the Fullrun API

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other