Blog
guide

How to Connect Google Search Console to Claude Desktop Using Sequel

Musthaq Ahamad
Musthaq Ahamad
How to Connect Google Search Console to Claude Desktop Using Sequel

Google Search Console has all your site's search performance data: every query, every click, every ranking. Claude Desktop gives you a natural language chat interface. Put them together through Sequel's MCP server and you can just ask questions about your SEO data. No more clicking through dashboards or exporting spreadsheets.

What You'll Accomplish

After this setup, you'll be able to ask Claude Desktop:

  • "What are my top 10 queries by clicks this month?"
  • "Which pages have the most impressions but under 3% CTR?"
  • "How has my average position for non-branded queries changed over the past 6 months?"

Prerequisites

Step 1: Connect Google Search Console to Sequel

Sign in to sequel.sh and click Data Sources in the left sidebar.

Sequel Data Sources page

Click New Connection. On the "Choose a connector" page, select Google Search Console.

Choose a connector

Enter a Connection Name, e.g. My Site GSC. Then click Connect with Google.

Google Search Console connection form

A Google OAuth window will open. Sign in with the account that has access to your Search Console property and grant Sequel the requested permissions. You'll be redirected back to Sequel with the connection saved.

Step 2: Get Your Sequel API Key

Click Settings in the left sidebar, then select API Keys from the settings navigation.

Sequel API Keys page

Click New key, name it claude-desktop-gsc, and copy the key (starts with sql_).

Step 3: Configure Claude Desktop

Open or create the config file:

  • Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

Add the Sequel entry:

{
  "mcpServers": {
    "sequel": {
      "url": "https://api.sequel.sh/mcp",
      "headers": {
        "Authorization": "Bearer sql_your_api_key"
      }
    }
  }
}

Replace sql_your_api_key with the key from Step 2. Restart Claude Desktop after saving.

Step 4: Query Your Search Console Data

Start a conversation in Claude Desktop:

What are my top 20 queries by impressions this month?
Which pages have been losing clicks compared to last month?
What's our click-through rate for queries containing 'how to'?

What You Can Do Now

  • Keyword opportunity analysis: ask "Which queries rank between positions 5 and 15?" to find pages worth optimizing
  • Content performance: ask "Which blog posts are driving the most clicks from search this quarter?"
  • SEO reporting: ask Claude to write a plain-English monthly SEO summary based on your Search Console data
  • CTR improvement: ask "Which queries have high impressions but under 2% CTR?" and prioritize title tag rewrites
  • Trend detection: ask "Are there any queries that have significantly dropped in position over the past 30 days?"

Try Sequel

Meet your always-on data analyst.

An AI data analyst that connects to all your data and answers questions with reports and visualizations. Free for up to 3 seats - no credit card required.

Get started free

Frequently asked questions

What Search Console data can I query?

Queries (keywords), clicks, impressions, CTR, average position, top pages, devices, countries, and search appearance data. Basically anything available in the Search Console Performance report.

What Google permissions does Sequel request?

Read-only access to your Search Console data via the Google Search Console API. You can revoke this at any time from Google account settings.

Do I need to own the Search Console property to connect?

No. Full User access is sufficient. Sequel only reads performance data.

How far back does Search Console data go?

Google Search Console retains data for up to 16 months. Sequel can query within that window.

Can I connect multiple Search Console properties?

Yes. Add multiple data sources in Sequel under different names and reference each by name in your queries.

Does this work for both domain properties and URL-prefix properties?

Yes. Both property types are supported. The property you connect is determined by which one you authenticate access to during the OAuth step.

Written by

Musthaq Ahamad
Musthaq Ahamad

Co-founder and CEO of Sequel. Previously built developer tools and data infrastructure. Passionate about making data accessible for everyone.