TopRank

v0.2.23Marketing & SEOstable

Google Ads analysis and operations — read performance, manage keywords, bids, and campaigns.

claude-code-pluginclaude-skillsgeogoogleadsgoogleadsmcp
Share:
2,599
Stars
0
Downloads
0
Weekly
0/5

What is TopRank?

TopRank is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to google ads analysis and operations — read performance, manage keywords, bids, and campaigns.

Google Ads analysis and operations — read performance, manage keywords, bids, and campaigns.

This server falls under the Marketing & SEO category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Google Ads analysis and operations — read performance, manag

Use Cases

Analyze and manage Google Ads campaigns and keywords.
Monitor ad performance and adjust bids through AI.
nowork-studio

Maintainer

LicenseMIT
Languagepython
Versionv0.2.23
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx toprank

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use TopRank

TopRank (also known as NotFair) is an MCP server that connects AI agents to Google Ads and Meta Ads accounts, exposing roughly 100 Google Ads tools and a focused set of Meta Ads capabilities. It handles OAuth 2.1 authentication automatically using your OS keychain, so no API keys need to be stored in config files. Marketers and growth teams use it to analyze ad performance, discover keywords, adjust bids and budgets, manage negative keyword lists, and run parallel GAQL queries — all through natural language in their MCP client.

Prerequisites

  • Node.js 18+ installed (required to run npx)
  • An active Google Ads account (OAuth login via browser at notfair.co)
  • Optionally a Meta Ads account for Meta capabilities
  • An MCP client such as Claude Desktop or Claude Code
1

Install via npx

Run the server using npx. The first launch will guide you through OAuth authentication with Google Ads (and optionally Meta Ads) via a browser tab.

npx toprank
2

Authenticate with Google Ads

On first run, a browser tab opens to notfair.co where you sign in with your Google account. OAuth tokens are stored in your OS keychain automatically. No manual key configuration is needed.

3

Review generated config files

After authentication, the server creates ~/.notfair.json storing your accountId (Google Ads) and metaAccountId (Meta Ads). Legacy state including portfolio history and change logs is kept in ~/.toprank/.

4

Add server to your MCP client config

Add the toprank server entry to your Claude Desktop or Claude Code configuration file so it starts alongside your client.

{
  "mcpServers": {
    "toprank": {
      "command": "npx",
      "args": ["toprank"]
    }
  }
}
5

Verify connection

Open your MCP client and ask a simple performance question. The server should respond with data from your connected Google Ads account.

TopRank Examples

Client configuration

Claude Desktop configuration for the TopRank MCP server using npx.

{
  "mcpServers": {
    "toprank": {
      "command": "npx",
      "args": ["toprank"]
    }
  }
}

Prompts to try

Example prompts that leverage TopRank's Google Ads and SEO capabilities.

- "Review last week's changes across all my Google Ads campaigns"
- "Which search terms are wasting budget with no conversions this month?"
- "Pause all keywords with a CPA over $50 in campaign X"
- "Add negative keywords for irrelevant queries in my brand campaign"
- "Adjust bids on the top 10 highest-impression keywords by +15%"

Troubleshooting TopRank

Browser tab does not open during OAuth authentication

Ensure you are running the command in an environment with a desktop browser available. On headless servers, use a local machine for the initial auth step; tokens will be cached in the OS keychain for future headless use.

Server reports 'accountId not found' after authentication

Check ~/.notfair.json to confirm the accountId field is populated. If empty, re-run the auth flow by deleting ~/.notfair.json and restarting the server.

npx command not found or version mismatch

Ensure Node.js 18+ is installed and npx is available on PATH. Run 'node --version' to verify. Update Node.js via nvm or your package manager if needed.

Frequently Asked Questions about TopRank

What is TopRank?

TopRank is a Model Context Protocol (MCP) server that google ads analysis and operations — read performance, manage keywords, bids, and campaigns. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install TopRank?

Follow the installation instructions on the TopRank GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with TopRank?

TopRank works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is TopRank free to use?

Yes, TopRank is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Marketing & SEO MCP Servers

Explore all marketing & seo servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "toprank": { "command": "npx", "args": ["-y", "toprank"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use TopRank?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides