CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Google Search Console

sarahpark/google-search-console-mcp
2authSTDIOregistry active
Summary

Connects Claude to Google Search Console via a service account. Exposes read-only access to search analytics (clicks, impressions, CTR, position) with filtering by query, page, country, device, and date range. Also includes URL inspection for indexing status and mobile usability checks, plus sitemap verification. Useful when you're debugging SEO issues, tracking keyword performance trends, or want Claude to spot high-impression, low-click opportunities without switching to the web console. Requires setting up a service account in Google Cloud and adding it as a restricted user to each Search Console property you want to query.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Google Search Console MCP Server

A Model Context Protocol (MCP) server that gives AI agents direct access to your Google Search Console data.

  • Search analytics — query clicks, impressions, CTR, and average position by page, query, country, device, or date range
  • Compare periods — week-over-week, month-over-month trends
  • Find opportunities — high-impression/low-click queries, ranking keywords you didn't know about
  • Track specific pages — see which URLs are gaining or losing traction
  • Index coverage — check which pages are indexed, excluded, or erroring
  • Sitemap status — verify sitemaps are being read and how many URLs are indexed

Read-only access — this server cannot submit URLs, modify settings, or make any changes to your Search Console properties.

[!IMPORTANT] This server uses service account authentication. The service account must be added as a user on each Search Console property you want to access.

Tools

list_sites

List all sites (properties) you have access to in Google Search Console.

No parameters required.

search_analytics

Query search analytics data — clicks, impressions, CTR, and position.

ParameterTypeRequiredDescription
siteUrlstringYesSite URL as it appears in Search Console (e.g. https://example.com/ or sc-domain:example.com)
startDatestringYesStart date in YYYY-MM-DD format
endDatestringYesEnd date in YYYY-MM-DD format
dimensionsstringNoComma-separated: query, page, country, device, searchAppearance, date
rowLimitnumberNoMax rows to return (default 100, max 25000)
searchTypestringNoweb, image, video, news, discover, or googleNews (default web)
queryFilterstringNoFilter by query. Prefix with regex: for regex matching
pageFilterstringNoFilter by page URL. Prefix with regex: for regex matching
countryFilterstringNoISO 3166-1 alpha-3 country code (e.g. USA, GBR)
deviceFilterstringNoDESKTOP, MOBILE, or TABLET
inspect_url

Check indexing status, crawl info, and mobile usability for a URL.

ParameterTypeRequiredDescription
siteUrlstringYesSite URL as it appears in Search Console
inspectionUrlstringYesThe full URL to inspect (must belong to the site)
list_sitemaps

List all submitted sitemaps and their status for a site.

ParameterTypeRequiredDescription
siteUrlstringYesSite URL as it appears in Search Console

Installation

Quick setup via agent

Already have your service account key? Paste this prompt into Claude Code or Claude Desktop and it will configure everything for you:

Clone and build the Google Search Console MCP server from https://github.com/sarahpark/google-search-console-mcp, then add it to my global MCP config. My service account key is at /path/to/service-account-key.json. After setup, call list_sites to verify it works.

Replace the key path with your actual file location.

Build from source

git clone https://github.com/sarahpark/google-search-console-mcp.git
cd google-search-console-mcp
npm install
npm run build

Configuration

Google Cloud setup: service account key

  1. Go to Google Cloud Console and create a new project (or select an existing one)
  2. Open the Search Console API page and click Enable
  3. In the sidebar, go to APIs & Services → Credentials
  4. Click Create Credentials → Service account
  5. Give it a name (e.g. "search-console-mcp"), then click Create and Continue
  6. You can skip the optional role/access steps — click Done
  7. On the Credentials page, click on the service account you just created
  8. Go to the Keys tab → Add Key → Create new key → select JSON → click Create
  9. A .json key file will download — save it somewhere safe (e.g. ~/.config/gcloud/service-account-key.json)

[!CAUTION] Treat this key file like a secret key. Do not save it inside your project repo or commit it to git. Store it outside your project directory and reference it by absolute path in your MCP config.

Google Search Console access

  1. Copy the service account's email address (it looks like name@project-id.iam.gserviceaccount.com — you can find it on the service account details page)
  2. Go to Google Search Console
  3. Select your property, then go to Settings → Users and permissions
  4. Click Add user, paste the service account email, set the permission to Restricted, and click Add

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "gsc": {
      "command": "node",
      "args": ["/absolute/path/to/google-search-console-mcp/build/index.js"],
      "env": {
        "GOOGLE_APPLICATION_CREDENTIALS": "/absolute/path/to/service-account-key.json"
      }
    }
  }
}

Claude Code (VS Code)

Add to the "mcpServers" object in ~/.claude.json:

{
  "mcpServers": {
    "gsc": {
      "type": "stdio",
      "command": "node",
      "args": ["/absolute/path/to/google-search-console-mcp/build/index.js"],
      "env": {
        "GOOGLE_APPLICATION_CREDENTIALS": "/absolute/path/to/service-account-key.json"
      }
    }
  }
}

Usage

Once configured, ask Claude naturally:

  • "List my Search Console properties"
  • "Show me the top 20 queries for my site over the last 28 days"
  • "Check the indexing status of https://example.com/blog/my-post"
  • "Compare mobile vs desktop performance this month"
  • "What sitemaps are submitted for my site?"

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

GOOGLE_APPLICATION_CREDENTIALS*secret

Path to Google service account JSON key file

Categories
Search & Web CrawlingMonitoring & Observability
Registryactive
Package@sarahpark/google-search-console-mcp
TransportSTDIO
AuthRequired
UpdatedMar 23, 2026
View on GitHub

Related Search & Web Crawling MCP Servers

View all →
Google Search

com.mcparmory/google-search

Scrape Google search results with SERP data, ads, and knowledge panels
25
Brave Search

io.github.pipeworx-io/brave-search

Brave Search MCP — independent web index (no Google/Bing dependency)
Serper Search and Scrape

marcopesani/mcp-server-serper

Serper MCP Server supporting search and webpage scraping
154
Brave Search Mcp Server

brave/brave-search-mcp-server

Brave Search MCP Server: web results, images, videos, rich results, AI summaries, and more.
1.2k
Google Search Console

com.mcparmory/google-search-console

Query search analytics, manage sitemaps, and inspect site URLs and status
25
Google Search Console

acamolese/google-search-console-mcp

Google Search Console MCP server: SEO audits, performance queries, URL inspection, indexing checks.
3