- Explore MCP Servers
- google-ads-mcp-dotnet
Google Ads Mcp Dotnet
What is Google Ads Mcp Dotnet
google-ads-mcp-dotnet is an unofficial Google Ads Multi-Client Processor (MCP) developed by TrueClicks, allowing secure access and querying of Google Ads account data through GAQL.app.
Use cases
Use cases include quickly retrieving Google Ads performance data, integrating Google Ads insights into applications, and facilitating automated marketing reporting.
How to use
To use google-ads-mcp-dotnet, download the executable from the Releases section on GitHub, obtain your GPT token from GAQL.app, and configure your GPT (like Claude) with the token.
Key features
Key features include easy setup with no need for Google Cloud Project setup, OAuth credentials, Developer Tokens, or Client IDs. It leverages GAQL.app for secure authentication and query execution.
Where to use
google-ads-mcp-dotnet can be used in digital marketing, advertising analytics, and any application requiring access to Google Ads data.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Google Ads Mcp Dotnet
google-ads-mcp-dotnet is an unofficial Google Ads Multi-Client Processor (MCP) developed by TrueClicks, allowing secure access and querying of Google Ads account data through GAQL.app.
Use cases
Use cases include quickly retrieving Google Ads performance data, integrating Google Ads insights into applications, and facilitating automated marketing reporting.
How to use
To use google-ads-mcp-dotnet, download the executable from the Releases section on GitHub, obtain your GPT token from GAQL.app, and configure your GPT (like Claude) with the token.
Key features
Key features include easy setup with no need for Google Cloud Project setup, OAuth credentials, Developer Tokens, or Client IDs. It leverages GAQL.app for secure authentication and query execution.
Where to use
google-ads-mcp-dotnet can be used in digital marketing, advertising analytics, and any application requiring access to Google Ads data.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Google Ads MCP (.NET) - by TrueClicks
Google Ads MCP by TrueClicks enables your AI (like Claude) to securely access and query your Google Ads account data. It supports both Windows and macOS (Intel only). It connects AIs to Google Ads using [GAQL.app] as a backend
This is an unofficial Google Ads MCP integration — and as of now, no official version exists.
Note: If you’re using a Mac, please scroll to the end of this document for specific installation instructions.
✅ Why Use This MCP?
Unlike other open-source Multi-Client Processors (MCPs) for Google Ads, this .NET-based MCP offers the easiest setup experience available:
- 🟢 No Google Cloud Project setup required
- 🟢 No OAuth credentials
- 🟢 No Developer Tokens
- 🟢 No Client IDs
- 🟢 No authentication hassles
Instead, it uses free GAQL.app, which securely handles authentication and query execution behind the scenes.
This makes it ideal for users who want to get up and running within minutes.
🛠️ Setup Guide
1. Download the Executable
Download the latest version of the GoogleAdsMCP executable from the Releases section of this repository:
-
Click the “Releases” section in Github (usually found on the right), or go directly here:
https://github.com/TrueClicks/google-ads-mcp-dotnet/releases -
Download the
.zipfile from the Assets section of the latest release and extract.- For Windows download the
-win-version - For macOS download the
-osx-version
- For Windows download the
Place the binary in a convenient location on your system (e.g., C:/GoogleAdsMCP/).
2. Get Your GPT Token
- Go to https://gaql.app
- Log in using your Google account to authorize Google Ads access.
- Click the Copy GPT Token button in the top-right corner.
3. Configure Your GPT (Claude)
The application is configured via a JSON file named claude_desktop_config.json.
-
Open Claude desktop application
-
Press
CTRL + ,(Control key and comma) to open settings -
In the left sidebar, click Developer
-
Click Edit config and open
claude_desktop_config.jsonfor editing -
Paste the following JSON into your configuration file:
{ "mcpServers": { "gads": { "command": "C:/GoogleAdsMCP/GoogleAdsMCP.exe", "args": [ "--token=YOUR_GPT_TOKEN_HERE" ] } } }📌 Important: Replace:
YOUR_GPT_TOKEN_HEREwith the token copied from GAQL.appC:/GoogleAdsMCP/GoogleAdsMCP.exepath with the actual location of the downloaded MCP executable on your machine. The file path in this JSON must use forward slashes (/), even on Windows systems.
-
Exit Claude completely: Hamburger menu > File > Exit
-
Restart Claude
You’re now ready to use GPT to query your Google Ads accounts.
🚀 Example Prompts
List my Google Ads accountsWhat is the cost for account XYZ in the past 30 days?What are the top 5 setting recommendations for my campaigns?
About GAQL.app
GAQL.app is a tool built by TrueClicks to make querying Google Ads accounts with GAQL easier and more accessible. It is:
- Free to use
- Built for reporting, data exploration, and Google Ads script writing
- Now enables secure access for custom GPTs
🧩 Comparison with Other Google Ads MCPs
| Feature | Google Ads MCP (.NET) | Other MCPs (Python/Node/etc.) |
|---|---|---|
| Google Cloud project setup needed? | 🟢 No | 🔧 Yes |
| OAuth Client ID required? | 🟢 No | 🔧 Yes |
| Developer Token needed? | 🟢 No | 🔧 Yes |
| Requires Google Ads API familiarity? | 🟢 No | ⚠️ Yes |
| Setup complexity | 🎉 Very low | 😵 Moderate to high |
| Backend service | ☁️ Hosted via GAQL.app | 🛠️ Direct API integration |
🖥️ Running on macOS
This works on macOS x64, but probably not on ARM (Apple Silicon) yet — we still need to figure that out.
- Go to the folder where you downloaded and extracted the
GoogleAdsMCPfile. - Make it executable:
chmod +x ./GoogleAdsMCP
- Run the application (it will fail initially):
./GoogleAdsMCP
- Go to System Settings > Privacy & Security and under Security, allow downloaded application
GoogleAdsMCPby clicking Open Anyway. - Once the application is allowed, follow the steps to configure the
claude_desktop_config.jsonsettings file and any other required configuration as described in the main setup section of the README.
For issues or questions, please contact [email protected].
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










