Emilytics+Claude

Ask Claude About Your Website Analytics

Add Emilytics as a connector in Claude Code or Claude Desktop. Sign in with Google and start asking questions in plain English.

Connect to Claude

Works with Claude Code, Claude Desktop, and the Claude API.

Recommended

Claude Code

Run this command in your terminal:

claude mcp add emilytics --transport sse https://mcp.emilytics.com/mcp

Sign in with Google when prompted. No API key needed.

Claude Desktop

1

Open Claude Desktop → CustomizeConnectors

2

Click +Add custom connector and enter:

Name: Emilytics

URL: https://mcp.emilytics.com/mcp

3

Sign in with Google when prompted — done

Claude API

Add Emilytics as an MCP server in your API request. You'll need an OAuth access token — see the MCP connector docs for details.

{
  "mcp_servers": [{
    "type": "url",
    "url": "https://mcp.emilytics.com/mcp",
    "name": "emilytics",
    "authorization_token": "YOUR_ACCESS_TOKEN"
  }],
  "tools": [{
    "type": "mcp_toolset",
    "mcp_server_name": "emilytics"
  }]
}
Download extension (.mcpb)

Install the extension manually with an API key.

1

Create an account at emilytics.com and sign in with Google

2

In the dashboard, click “Connect to Claude”Generate API Key

3

Download the extension and double-click to install. Enter your API key when prompted.

Manual JSON configuration

Generate an API key from your dashboard, then add to Claude Desktop config:

{
  "mcpServers": {
    "emilytics": {
      "url": "https://mcp.emilytics.com/sse",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

What You Can Ask

Just type naturally — Claude figures out which tools to use.

Show my website traffic for the last 7 days
What are my top search queries this month?
Compare my traffic this week vs last week
Find SEO quick wins — queries where I rank on page 2
Which countries do most of my visitors come from?
Give me a full analytics report for my site
How many people are on my site right now?
What pages get the most organic search traffic?
Show me queries that are losing traffic
Run a custom report showing sessions by device category for the last 30 days

Available Tools

16 read-only tools across Google Analytics 4 and Search Console.

Google Search Console

list_search_console_sites

List all verified websites in your Search Console account.

get_search_performance_summary

Get aggregate metrics — clicks, impressions, CTR, and average position — for any date range.

get_top_search_queries

See which search queries drive the most traffic, ranked by clicks. Supports pagination.

get_top_pages

Find your best-performing pages by organic search traffic.

compare_search_periods

Compare two time periods side-by-side to spot trends in clicks, impressions, CTR, and position.

find_declining_queries

Detect queries losing traffic — useful for identifying content decay that needs refreshing.

find_quick_win_queries

Find queries ranking on page 2-3 with high impressions. Small ranking improvements here can drive significant traffic.

Google Analytics 4

list_ga4_properties

List all GA4 properties accessible to your account.

get_realtime_visitors

See how many users are on your site right now.

get_visitors_today

Get today's visitor count, sessions, and pageviews so far.

get_traffic_overview

Get key metrics (visitors, sessions, pageviews, bounce rate, avg session duration) for any period.

get_traffic_sources

Break down where your visitors come from — Google, direct, social, referral, etc.

get_top_countries

See which countries your visitors come from, ranked by count.

compare_traffic_periods

Compare current vs previous period to detect growth or decline.

get_detailed_analytics

Comprehensive snapshot — metrics, traffic sources, countries, realtime visitors, and period comparison in one call.

run_custom_ga4_report

Run a fully custom GA4 report with any combination of dimensions and metrics.

Privacy & Security

Read-only access

All 16 tools are strictly read-only. No data is ever modified, deleted, or written to your Google accounts.

Encrypted credentials

API keys are SHA-256 hashed before storage. Google OAuth tokens are encrypted with AES-256-GCM at rest.

No local data storage

The extension proxies requests to our server. No analytics data is cached or stored on your machine.

Secure key storage

When using the extension, your API key is stored in your operating system's secure keychain.

Ready to get started?

Connect in seconds from Claude Code, Claude Desktop, or the API.

Get Started