Porter Metrics+Google Search Console+
boltGoogle Search Console + AI Tutorial · 2026

4 ways to connect Google Search Console to Claude in 2026 (the easy way)

To connect Google Search Console to Claude via MCP: copy mcp.portermetrics.com/mcp, go to Claude.ai, open Connectors → Manage connectors → Add custom connector, paste the URL, and sign in. From there, ask Claude anything about your Google Search Console search performance data in plain English.

rocket_launchUse Porter for free14-day unlimited free trial. After that, keep unlimited queries for up to 3 properties and 30 days of historical data — no credit card required.
Juan Bello

Juan Bello

Founder, Porter Metrics · May 1, 2026 · 19 min read

TL;DR

To connect Google Search Console to Claude via MCP: copy mcp.portermetrics.com/mcp, go to Claude.ai, open Connectors → Manage connectors → Add custom connector, paste the URL, and sign in. From there, ask Claude anything about your Google Search Console search performance data in plain English.

Once connected, you can automate your Google Search Console reporting and analysis — ask questions about your data, build dashboards, trigger alerts, or ship client-ready reports like the one below.

Prerequisites

  • A Porter Metrics account with your Google Search Console account connected (free tier is enough to try it end-to-end)
  • A Claude account — the free plan works for Claude Web; a Pro subscription is needed for Claude Code and Desktop MCP features
  • Admin or standard access to the Google Search Console properties you want to connect

Connect Google Search Console to Claude with MCP

For this tutorial we’re going with the MCP method. Here’s a quick explainer of what MCP is and why it’s the best path for Google Search Console.

MCP (Model Context Protocol) is the open standard that lets AI tools like Claude, ChatGPT, Claude Code and others access and use external APIs — the things that make tools like Google Search Console work under the hood. Instead of building a custom integration for every AI tool you use, you install one MCP and every compatible AI gets access to the same data.

content_paste
Copy-paste setup
No tokens, no scripts, no developer help — literally paste one URL into Claude and you’re done.
hub
Works with every AI tool
Claude, Claude Code, ChatGPT, Cursor, Antigravity, Lovable, Vercel v0, Zapier. One MCP URL, every tool that speaks the protocol.
merge_type
20+ sources in one connection
Porter’s MCP ships Google Search Console plus Google Ads, GA4, Shopify, HubSpot, Klaviyo, Google Sheets and 20+ more. Query and blend them all in a single conversation.
tune
Perfect granularity
Spreadsheets lock you into the columns you exported. MCP hits Google’s Search Console API directly — so you can filter by Query, break down by Country or Device, and add new dimensions on the fly without rebuilding tables.

The full setup takes under 5 minutes and breaks into three moves: connect Google Search Console to Porter, point Claude at the Porter MCP, and ask your first question.

1. Connect your Google Search Console data to Porter

Porter sits between Google’s Search Console API and Claude. It handles OAuth, rate limiting, pagination and all the plumbing so Claude only ever sees clean, structured data.

Sign up for Porter. Create a free account at portermetrics.com. The free tier is enough to run this full workflow end-to-end.

Connect your Google profile. In Porter, click Create → pick Claude as the destination → select Google Search Console as the source → sign in with Google to grant access to your properties.

Select your properties. Choose the Google Search Console properties you want Claude to query. When you select multiple properties under a single connection, Porter automatically blends their data together so you can query them as one.

Optional: enable automatic BigQuery storage if you’re connecting multiple properties with large data volumes. This keeps Claude’s responses fast even at scale.

2. Connect the MCP to Claude

Porter’s MCP URL is what you paste into Claude. Once added, Claude can query Google Search Console data on demand in any conversation.

Go to claude.ai and click the + icon in the chat input to open the tools menu.

In the menu that opens, hover over Connectors and click Manage connectors.

In the Connectors panel, click the + button at the top of the list to start adding a new connector.

Pick Add custom connector from the dropdown that appears.

A dialog opens with the name and URL fields. Type Porter in the first field to name the connector.

In the second field, paste https://mcp.portermetrics.com/mcp. Leave the advanced settings alone.

Click Add at the bottom right of the dialog. Claude opens a sign-in window — use the same Google account linked to your Porter workspace and approve access.

Once the authorization finishes, you’ll see Porter’s read-only tools appear in the connectors panel. You’re ready to start asking questions.

For a fuller walkthrough with screenshots at every step, see the Porter MCP tutorial.

3. Start building questions and dashboards

With Porter connected, open a new Claude chat and ask anything about your Google Search Console in plain English. Claude calls Porter behind the scenes, pulls live data from Google, and answers with tables, charts, or summaries.

Try one of these to verify the setup is working:

chat_bubble“Show me my top 10 Queries by Clicks last month as a ranked list.”
chat_bubble“Compare my Clicks this quarter versus last quarter in a simple table.”
chat_bubble“Which Pages have an Average Position between 11 and 20 with more than 500 Impressions this week?”

For a full catalogue of copy-paste prompts organized by use case (agencies, SEO/SEM teams, e-commerce, cross-channel), jump to the prompts section below.

Alternative ways to connect Google Search Console to Claude

MCP is the path we just walked through — and the one we recommend for most marketers. But it’s not the only way to get Google Search Console data in front of Claude. The most common alternatives are Google Search Console’s direct API (or its official MCP if it has one), a live Google Sheets bridge, and BigQuery for scale. Each has its trade-offs — pick the one that fits how your team already works.

  • 🔌 Google Search Console’s direct API (or official MCP) — Talk to Google’s Search Console API yourself, or install Google Search Console’s native MCP if one exists. Maximum control, but you handle auth, rate limits and pagination — and you only get one source.
  • 📊 Google Sheets — Live Sheet or one-off CSV upload. Auditable, familiar, faster for big exports — but aggregation happens in the Sheet, not the API.
  • 🗄️ Google BigQuery — For large properties or agencies running multi-property analysis. BigQuery aggregates; Claude only queries pre-built summaries.

Via Google Search Console’s direct API (or official MCP)

If you’re building a product around Google Search Console — or you’re a developer who’d rather own every layer of the integration — the most direct path is talking to Google’s Search Console API yourself, or installing the official Google Search Console MCP (if one exists). Google doesn’t ship an official Search Console MCP yet, so this means writing API calls directly in Claude Code or in your own scripts. You’ll need to follow Google’s rate limits & quotas and request a Developer Token / API access where applicable. Either way, you skip Porter entirely and call Google from your own code or from Claude Code with raw HTTP requests.

The trade-off to know. Going direct gives you maximum control and the freshest possible data — every endpoint, every parameter, no abstraction layer in between. But you’re now responsible for OAuth flows, refresh tokens, rate limits, pagination, schema changes, and error retries. And critically, you only get one source. The moment you also want Google Ads, GA4 or Shopify in the same conversation, you’re back to building (or stitching together) more integrations.

When this makes sense: engineering teams that need a single source with full control, products that ship Google Search Console data as a feature (where you own the integration anyway), or one-off scripts where you don’t mind writing the auth and pagination code yourself. For marketers who want to ask questions in plain English and blend Google Search Console with the rest of their stack in a single conversation, the Porter MCP path is dramatically less work.

Via Google Sheets (live Sheet or manual CSV)

If your team already lives in Google Sheets — or you want a paper trail before Claude touches anything — feed Google Search Console into a Sheet, then let Claude read the Sheet. You can automate the Google Search Console → Sheets pipeline with Porter so it refreshes daily, or do one-off CSV exports from the Search Console dashboard for static analysis.

The trade-off to know. With the MCP path, Claude calls Google’s API directly and Google does the filtering and aggregation on its side — clean and deterministic. With the Sheets path, Claude aggregates inside the Sheet itself, which can introduce hallucinations on totals, averages, and joins when you have thousands of rows. The upside is speed: for very large date ranges or historical analysis, a pre-built Sheet is dramatically faster than live API calls.

When this makes sense: finance teams that want to review numbers before Claude acts on them, agencies already delivering client reports in Sheets, historical analysis across years of data, or any case where you care more about speed than real-time freshness.

Via Google BigQuery (for scale)

This is the path most people overlook — and it’s the one that saves you when your Google Search Console property gets serious. A single large webmaster or an agency managing 10+ properties will hit API rate limits and latency problems querying Claude directly. Claude will literally tell you it’s taking too long or timing out on big pulls.

BigQuery fixes that. You load Google Search Console data into BigQuery tables on a schedule, then connect BigQuery to Claude — either through a BigQuery MCP or via Claude Code with SQL queries. Instead of asking Claude to pull raw Google Search Console data, you let BigQuery aggregate into small, optimized tables, and Claude only queries the summarized output. Scale problem solved.

When this makes sense: enterprise properties with thousands of queries and pages, agencies running multi-property analysis across 10+ clients, or any team already using BigQuery as a data warehouse. Porter loads Google Search Console (and 25+ other sources) directly into BigQuery so you don’t have to build your own ETL.

Connecting Google Search Console to Claude Code

Most marketers lump Claude and Claude Code together and miss the biggest advantage of the entire MCP ecosystem. They’re not the same tool — and the difference matters enormously once you start working with Google Search Console data seriously.

Claude is a chat interface. You ask a question, Claude pulls live data through the MCP, answers, maybe builds a quick dashboard inside the conversation. Great for one-off analysis. The problem: everything is ephemeral. Want to refresh the dashboard tomorrow? You regenerate it from scratch. Want the same report every Monday? You re-ask the question every Monday.

Claude Code is Claude running inside your computer’s terminal. Because it has access to your filesystem, runtime, and other developer tools, it doesn’t just answer questions — it can build real software. Persistent scripts, scheduled routines, HTML apps, internal dashboards, integrations that run 24/7 without your input. Once it’s connected to Porter’s MCP for Google Search Console, a whole category of work becomes possible.

What Claude Code unlocks that Claude alone cannot

apps
Build your own SEO monitoring dashboard
Feed Claude Code your Google Search Console targets and goals — position goals, CTR thresholds, impression targets — and ask it to generate a custom organic performance dashboard for each client. It builds the HTML, pulls live data, deploys to a URL. No Data Studio embed to break when the vendor changes pricing, no template constraints. The dashboard updates automatically because it queries Porter’s MCP on every page load.
visibility
Full competitor + performance monitoring
Combine your own Google Search Console performance from Porter with competitor search rankings and content gaps scraped via Firecrawl. Claude Code stitches both into a weekly competitive intelligence report — your numbers next to their keyword targeting and page strategies, with an LLM summary on top of what changed week over week. Runs on cron, lands in your inbox every Monday morning.
menu_book
Internal marketing wiki with live metrics
Use Airtable or Notion as the schema, Porter as the data source. Claude Code keeps every page populated with current Clicks, Impressions, and Average Position for every property — no stale screenshots, no copy-paste from Excel. New hires read one wiki entry and have full context on a client’s account.
notifications_active
24/7 alerts on ranking drops, CTR changes, and indexing issues
A Claude Code routine on cron pulls Google Search Console via Porter, evaluates thresholds — Average Position drops below 10, CTR falls 20% week-over-week, indexing errors spike — and pushes Slack or Gmail alerts the moment something crosses the line. You stop checking dashboards reactively; the dashboard checks itself and tells you when to look.

Bottom line: Claude is for quick questions and ad-hoc dashboards. Claude Code is for building apps, live dashboards, alerts, and actual tools — anything you want to run on its own without re-asking. Same Porter MCP URL works in both, so you don’t pick once and lock in.

Use cases — what you can actually do once Google Search Console is connected to Claude

Getting the connection right is half the battle. The real value shows up in what you do next. Here are the use cases Porter users build around their Google Search Console data — from simple Q&A to full client-facing workflows.

1. Chat and ask questions directly

The simplest use case — and still the one 80% of marketers start with. Open Claude, ask a question, get an answer grounded in live data.

chat_bubble“Show me my top 20 Queries by Impressions over the last 28 days.”
chat_bubble“Flag any Page URLs where Clicks dropped over 30 percent since last month.”
chat_bubble“Find my Queries with Impressions over 500 but Average Position above 15 this month.”

It’s the fastest way to replace a daily Search Console dashboard check-in. But chat is table stakes — the interesting use cases come next.

2. Blend Google Search Console with your analytics data (Google Analytics 4, Meta Ads, Google Ads)

This is where a 360° view gets real. When you connect Google Search Console and your analytics source (Google Analytics 4 for traffic correlation, Meta Ads for paid/organic comparison, Google Ads for search visibility alignment), Claude can map search queries and pages to actual traffic patterns and conversion insights — using page URLs, query terms, and date ranges — and give you cross-channel attribution that no platform-side number can.

chat_bubble“Cross-reference my top Queries last month with Google Analytics 4 to see which organic landing pages have the highest engagement.”
chat_bubble“Compare my Google Search Console Clicks this week with my Google Ads spend to find keyword gaps between paid and organic.”

Claude handles the URLs, queries, and dates mapping and joins. You get a client-ready cross-channel attribution report that no single platform can generate on its own.

3. Automated alerts and notifications on Slack or Gmail

With Claude Code you can turn Google Search Console monitoring into a routine that runs on its own. Hook Porter’s MCP (for the data) together with a Slack or Gmail MCP (for delivery), then write a Claude Code scheduled task that pulls performance every morning and pings you only when something actually needs attention.

chat_bubble“Alert me when any Query’s Average Position drops below 10 for two straight weeks.”
chat_bubble“Notify me via Slack when total Clicks fall 20% week-over-week across all Pages.”

No dashboards, no daily check-ins. The report comes to you — and only when it matters.

4. Client-ready presentations with live data (Gamma, HTML, PDF)

A common agency pain: you send clients a Search Console link, Data Studio breaks, the client panics. With Claude you can build the presentation itself — as a Gamma deck, a custom HTML page, or a PDF — populated with live numbers each time.

chat_bubble“Build a monthly SEO performance report showing Clicks, Impressions, CTR, and Average Position trends for my top 10 Pages.”
chat_bubble“Create a client-ready summary of my search visibility this quarter with Query breakdowns by Country and Device.”

The presentation becomes a delivery artifact you send to the client, not a dashboard that depends on another tool staying up. No broken iframe, no login prompts, just the content.

Google Search Console fields and metrics you can query with Claude

Before you start writing prompts, it helps to know what data is actually available. Porter MCP gives Claude access to 26 Google Search Console fields and metrics across engagement and audience dimensions, plus breakdowns by date, country, device, and search appearance. And the same MCP URL also unlocks 25+ other sources — so Claude can blend Google Search Console with Google Ads, GA4, Shopify, HubSpot and more in a single prompt.

Engagement metrics
ClicksCTRImpressionsAverage PositionPage URLQuerySearch Appearance
Audience breakdowns
DateDay of WeekMonthQuarterWeekYearYear-MonthYear-QuarterYear-WeekCountryDevice
Cross-channel sources (same URL)
Google AdsGA4ShopifyTikTok AdsLinkedIn AdsHubSpotSearch Console+15 more

Prompts you can copy-paste today

1. For agencies

Use these when you’re managing multiple client properties and need fast, repeatable answers.

chat_bubble“Show me my top 10 Queries by Clicks last month as a ranked list.”
chat_bubble“Compare my Clicks this quarter versus last quarter in a simple table.”
chat_bubble“Draft a weekly email for my client showing Impressions and Average Position changes over the last 7 days.”
chat_bubble“Flag any Page URLs where Clicks dropped over 30 percent since last month.”

2. For SEO/SEM teams

Use these for technical audits, content optimization, and keyword opportunity analysis.

chat_bubble“Find my Queries with Impressions over 500 but Average Position above 15 this month.”
chat_bubble“Why did my Clicks drop yesterday? Break it down by Country and Device.”
chat_bubble“Compare my CTR this week against last week for each Search Appearance.”
chat_bubble“Show my bottom 20 Page URLs by Average Position over the last 14 days.”

3. For e-commerce teams

Use these for product page tracking, seasonal trends, and device/country performance.

chat_bubble“How do my Clicks on mobile compare to desktop this month by Country?”
chat_bubble“Alert me when any Query’s Impressions fall below 100 for two straight weeks.”
chat_bubble“Find Countries where my CTR is highest for shopping Queries this quarter.”
chat_bubble“Compare my Clicks on weekdays versus weekends last month.”

4. Cross-channel

Use these when you want to blend Google Search Console with other marketing data in one conversation.

chat_bubble“Cross-reference my top Queries last month with Google Ads to spot keyword gaps.”
chat_bubble“Why did my Clicks drop yesterday? Break it down by Query and Device and check against my Google Ads spend.”
chat_bubble“Draft a summary comparing my organic Clicks last quarter with my Google Ads data.”
chat_bubble“Project my Clicks next month based on last quarter and my Google Ads schedule.”

Limits, safety, and best practices for Google Search Console via Claude

chat_bubble“Google Search Console has been showing inflated impressions for the past 11 months. This bug has been live since May 2025 and is still ongoing as of April 2026.” — Passionfruit Labs research, April 2026″

This is not a ban story. It is a trust story. For nearly a year, marketers were optimizing for impressions that did not exist — reallocating content budgets, killing pages that appeared to underperform, and reporting phantom growth to stakeholders. The cost was not a suspended API key; it was bad strategy built on bad data. If you are piping GSC data into Claude for automated SEO decisions, the risk is not that Google cuts you off — it is that you cut your own traffic by acting on numbers that were quietly wrong for eleven months.

A parallel data-quality risk surfaced in April 2025, when Ahrefs reported that 46.77% of GSC query data is now anonymized (grouped under “(Other)” or hidden entirely). Marketers running keyword-level attribution through Claude were effectively blind to nearly half their organic traffic. The API was working perfectly. The data inside it was not.

Google’s Search Console API enforcement is quota-based, not tool-based. Google does not ban or throttle accounts because you used Claude, an MCP server, or a third-party connector. It returns 429 or 403 quotaExceeded errors when you exceed hard request limits. The API is read-only for analytics data; write operations are limited to URL Inspection requests and sitemap submissions. Staying within per-site and per-project query quotas is safe. Bursting parallel requests, ignoring pagination, or treating sampled data as exact are not — not because Google punishes you, but because your analysis becomes unreliable.

The two patterns that lead to inaccurate Google Search Console reports

After reviewing official docs and community threads, two patterns come up again and again.

1. Parallel API bursts that exhaust per-site QPM. Firing dozens of concurrent requests to “speed up” a large data pull quickly hits the 1,200 queries-per-minute ceiling per site. Google returns 429 errors, the MCP call fails, and Claude may hallucinate a summary from partial data. Spread requests across time or use batching with exponential backoff.

2. Treating sampled or anonymized query data as ground truth. GSC anonymizes queries when they fall below volume thresholds or contain personal information. Ahrefs measured this at 46.77% of total query volume in April 2025. If Claude is instructed to “find all underperforming keywords” and nearly half are hidden, the recommendations will be biased toward the visible minority. Always cross-check GSC query data with GA4 landing-page reports or rank-tracking tools before acting.

3. Ignoring the 25,000-row pagination limit per request. The Search Analytics API returns a maximum of 25,000 rows per call. Marketers pulling “all queries for the last 16 months” in a single request silently truncate their dataset. Claude then analyzes a subset as if it were the whole — missing long-tail opportunities and misweighting page performance. Use startRow pagination and verify rowCount against your property’s known scale.

Both behaviors trigger quota exhaustion or data-quality collapse. If you want to use Claude for Google Search Console safely, let Porter handle pagination and batching, and always validate keyword-level recommendations against a second data source.

The 5-rule accuracy protocol

Based on Google Search Console’s documented quotas and the behaviors that have actually caused bad data — not guesswork:

  • Paginate beyond 25,000 rows. The Search Analytics API caps each response at 25,000 rows per request. If your property generates more data, iterate with startRow offsets. Ignoring this silently truncates your dataset and biases Claude’s analysis toward head terms.
  • Stay under 1,200 queries per minute per site. The Search Analytics API enforces 1,200 QPM per site and 1,200 QPM per authenticated user. Bursting above this triggers 429 errors and incomplete data loads. Porter MCP batches requests and spaces them automatically to stay under this ceiling.
  • Respect the 2,000 URL Inspection calls per day per site. URL Inspection API is limited to 2,000 calls per day per site (600 QPM). Using Claude to “check indexing status for every URL in my sitemap” on a 10,000-page site will hit this wall on day one. Batch strategically and prioritize new or changed pages.
  • Cross-check anonymized query data before acting. With ~46.77% of queries anonymized in GSC as of 2025, any keyword-level strategy built purely on GSC is incomplete. Validate Claude’s content recommendations with GA4 landing-page sessions, rank-tracker data, or Search Console’s own “Pages” dimension (which is not anonymized).
  • Assume a 48-hour data lag, not real-time. GSC data is typically 2–3 days behind live search activity. Running Claude prompts like “Why did traffic drop this morning?” on GSC data alone will produce fiction. Pair GSC with real-time sources (GA4, server logs) for operational alerts, and reserve GSC for strategic analysis.

What Porter MCP does differently: it enforces these safeguards at the platform level. Porter batches API requests with automatic backoff to stay under Google’s 1,200 QPM per-site limit, paginates through large datasets automatically so you never hit the 25,000-row truncation silently, and surfaces the 48-hour freshness lag transparently in every conversation. Because Porter connects GSC alongside GA4, Google Ads, and Shopify in the same MCP URL, you can cross-check anonymized GSC query data with real landing-page traffic and revenue — closing the 46.77% blind spot without switching tools. That’s the behavior Google’s automated systems reward: steady, quota-respecting, read-only access that stays within the documented limits.

Frequently asked questions

What is a Google Search Console MCP?

A Google Search Console MCP is an open standard that lets AI tools like Claude connect to your Search Console data without custom integrations. Porter’s MCP server makes your sites, search queries, pages, and performance metrics available through one URL: no tokens, no scripts, no developer setup.

What’s the difference between Claude and Claude Code?

Claude is the conversational product (web, app, mobile). Claude Code is a terminal-based developer tool that can write scripts, save files, and automate workflows. Both can connect to Google Search Console via MCP.

How fresh is the data? Is it real time?

Google’s Search Console API refreshes approximately every 2–3 days. Porter MCP pulls live, so your data is always within that window. It is not real time.

Are there rate limits for Google Search Console data?

Yes. Google enforces 1,200 queries per minute per site and caps each response at 25,000 rows. Porter MCP batches and spaces requests automatically so you rarely hit them.

Why do Claude’s numbers sometimes differ from the Search Console dashboard?

Three common reasons: (1) Data lag — GSC reports are 2–3 days behind live activity. (2) Anonymized queries — about 46.77% of query data is hidden below volume thresholds. (3) Row limits — single requests truncate at 25,000 rows, cutting off long-tail data. The fix: paginate large pulls and cross-check with GA4 landing-page reports before acting.

Will using Claude affect my Google Search Console access or limits?

No. Google doesn’t ban or restrict accounts for legitimate API usage, and Porter MCP is read-only by default — it stays well inside Google’s normal rate limits. The thing to watch is data quality issues like anonymized queries and sampled rows — see the limits section above.

Ready to chat with your Google Search Console?

Open Claude, add the Porter connector, and ask your first question. If you don’t have Porter yet, start a free trial and connect your Google Search Console account — you’ll be chatting with your search performance data in under five minutes.

rocket_launchStart free Porter trialopen_in_newOpen Claude