Back to Home
samihalawa icon

google-ads-mcp-server

Verified Safe

by samihalawa

Overview

Manages Google Ads campaigns programmatically through the Model Context Protocol, offering features for campaign performance data, budget updates, and reporting.

Installation

Run Command
npx @samihalawa/google-ads-mcp-server

Environment Variables

  • GOOGLE_ADS_CONFIG
  • GOOGLE_ADS_CUSTOMER_ID

Security Notes

The `test-direct.js` file contains hardcoded Google Ads API credentials (client_id, client_secret, developer_token, refresh_token, login_customer_id), which is a significant security risk if this file were to be used in a production environment or exposed. While the main `server.js` and documentation correctly instruct users to configure via environment variables and caution against committing `.env` files, the presence of these credentials even in a test script is poor practice. No 'eval' or obvious malicious patterns were found in the provided source.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2025-11-24

Tags

Google AdsCampaign ManagementAdvertisingAnalyticsNode.js