PluginBench
MCP Server

NotFair-GoogleAds MCP Server

io.github.nowork-studio/notfair

What is the NotFair-GoogleAds MCP server?

Google Ads MCP - analyze performance, manage keywords, bids, and campaigns.

How to install NotFair-GoogleAds

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "notfair": {
      "url": "https://notfair.co/api/mcp/google_ads"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "notfair": {
      "serverUrl": "https://notfair.co/api/mcp/google_ads"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "notfair": {
      "type": "http",
      "url": "https://notfair.co/api/mcp/google_ads"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "notfair": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://notfair.co/api/mcp/google_ads"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http notfair https://notfair.co/api/mcp/google_ads

Related MCP servers

Meta Ads MCP (Facebook + Instagram) - analyze performance, manage budgets, pause campaigns.

View repository →