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.
Claude Code
Run this command in your terminal:
claude mcp add emilytics --transport sse https://mcp.emilytics.com/mcpSign in with Google when prompted. No API key needed.
Claude Desktop
Open Claude Desktop → Customize → Connectors
Click + → Add custom connector and enter:
Name: Emilytics
URL: https://mcp.emilytics.com/mcp
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.
Create an account at emilytics.com and sign in with Google
In the dashboard, click “Connect to Claude” → Generate API Key
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.
Available Tools
16 read-only tools across Google Analytics 4 and Search Console.
Google Search Console
list_search_console_sitesList all verified websites in your Search Console account.
get_search_performance_summaryGet aggregate metrics — clicks, impressions, CTR, and average position — for any date range.
get_top_search_queriesSee which search queries drive the most traffic, ranked by clicks. Supports pagination.
get_top_pagesFind your best-performing pages by organic search traffic.
compare_search_periodsCompare two time periods side-by-side to spot trends in clicks, impressions, CTR, and position.
find_declining_queriesDetect queries losing traffic — useful for identifying content decay that needs refreshing.
find_quick_win_queriesFind queries ranking on page 2-3 with high impressions. Small ranking improvements here can drive significant traffic.
Google Analytics 4
list_ga4_propertiesList all GA4 properties accessible to your account.
get_realtime_visitorsSee how many users are on your site right now.
get_visitors_todayGet today's visitor count, sessions, and pageviews so far.
get_traffic_overviewGet key metrics (visitors, sessions, pageviews, bounce rate, avg session duration) for any period.
get_traffic_sourcesBreak down where your visitors come from — Google, direct, social, referral, etc.
get_top_countriesSee which countries your visitors come from, ranked by count.
compare_traffic_periodsCompare current vs previous period to detect growth or decline.
get_detailed_analyticsComprehensive snapshot — metrics, traffic sources, countries, realtime visitors, and period comparison in one call.
run_custom_ga4_reportRun 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.