Ads MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Sep 2026.
MCP server for Google Ads and Meta Ads. Wraps both APIs directly to manage campaigns.
Today is the operative word: we check Ads MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add ads-mcp -- npx -y @gudlab/ads-mcp
{
"mcpServers": {
"ads-mcp": {
"args": [
"-y",
"@gudlab/ads-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.ads-mcp]
command = "npx"
args = ["-y", "@gudlab/ads-mcp"]
{
"mcpServers": {
"ads-mcp": {
"args": [
"-y",
"@gudlab/ads-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"ads-mcp": {
"args": [
"-y",
"@gudlab/ads-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
GOOGLE_ADS_CLIENT_ID (OAuth client ID from Google Cloud Console), GOOGLE_ADS_CLIENT_SECRET (OAuth client secret from Google Cloud Console), GOOGLE_ADS_DEVELOPER_TOKEN (Developer token from Google Ads API Center), GOOGLE_ADS_REFRESH_TOKEN (Refresh token minted via `pnpm google:auth`), GOOGLE_ADS_CUSTOMER_ID (Default Google Ads account ID, 10 digits, no dashes), GOOGLE_ADS_LOGIN_CUSTOMER_ID (MCC account ID, only if the customer account is managed under one), META_APP_ID (Meta App ID from developers.facebook.com), META_APP_SECRET (Meta App secret), META_ACCESS_TOKEN (Long-lived System User access token with ads_management scope), META_AD_ACCOUNT_ID (Default Meta ad account ID, numeric, no act_ prefix).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Google Ads campaign and budget management
Google Ads MCP server — manage campaigns, keywords, and metrics.
Open-source MCP server for Google Ads & Meta Ads — manage campaigns from any AI assistant.
Google & Meta Ads management with 100+ tools. Audit, create, and optimize campaigns.
Google Ads management for AI agents — diagnose, optimize, and manage campaigns.
18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.
MCP server for the Google Forms API: create forms, manage questions, read responses and watches.
Google Ads MCP server. Read campaigns, manage budgets, pause/enable, add negative keywords.
Answers built from our own checks of this server.