Marc_Cornelius

MCP Google Ads Server

Mar 27th, 2025
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. {
  2. "mcpServers": {
  3. "googleAdsServer": {
  4. "command": "/FULL/PATH/TO/mcp-google-ads-main/.venv/bin/python",
  5. "args": ["/FULL/PATH/TO/mcp-google-ads-main/google_ads_server.py"],
  6. "env": {
  7. "GOOGLE_ADS_CREDENTIALS_PATH": "/FULL/PATH/TO/mcp-google-ads-main/service_account_credentials.json",
  8. "GOOGLE_ADS_DEVELOPER_TOKEN": "YOUR_DEVELOPER_TOKEN_HERE",
  9. "GOOGLE_ADS_LOGIN_CUSTOMER_ID": "YOUR_MANAGER_ACCOUNT_ID_HERE"
  10. }
  11. }
  12. }
  13. }
Add Comment
Please, Sign In to add comment