Metrifyr

Quick Start

Get started with MCP Google Marketing in minutes

Claude.ai Web Interface

The easiest way to get started:

  1. Go to SettingsConnectors in Claude.ai
  2. Click "Add custom connector"
  3. Enter Name: Metrifyr
  4. Enter URL: https://mcp.metrifyr.cloud/mcp
  5. Click "Add"

Claude will automatically redirect you to authenticate with Metrifyr and connect your Google account.


Claude Code / Local Setup

For Claude Code or other local MCP clients:

1. Authenticate (one-time)

npx mcp-google-marketing login

This opens your browser to sign in with Metrifyr and connect your Google account.

2. Add to Claude Code

claude mcp add google-marketing npx mcp-google-marketing

That's it! No environment variables, no Google Cloud Console, no OAuth credentials to manage.

Alternative: Claude Desktop

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

{
  "mcpServers": {
    "google-marketing": {
      "command": "npx",
      "args": ["-y", "mcp-google-marketing"]
    }
  }
}

Note: Run npx mcp-google-marketing login in your terminal first to authenticate.

Via npm (Global Installation)

npm install -g mcp-google-marketing
mcp-google-marketing login        # Authenticate first
mcp-google-marketing              # Start server

Try It Out

Once connected, try these natural language prompts:

Analytics

  • "Show me my website traffic for the last week"
  • "What are my real-time active users?"
  • "Compare this month's sessions to last month"

Search Console

  • "What are my top search queries?"
  • "Which pages get the most clicks from Google?"
  • "Check the indexing status of my homepage"

AdSense

  • "How much did I earn this month?"
  • "Which ad units perform best?"

SEO & Performance

  • "Analyze my site's Core Web Vitals"
  • "Compare my page speed with competitor.com"
  • "What's trending in my industry?"
  • "Run a full SEO audit on my website"

Memory

  • "Remember my main GA4 property is properties/123456789"
  • "What are my saved preferences?"

See Examples for more detailed use cases and tool parameters.

On this page

Quick Start | Metrifyr Docs | Metrifyr