Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"gsc": {
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": "/path/to/credentials.json"
},
"args": [
"-y",
"mcp-server-gsc"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server providing comprehensive access to Google Search Console data with enhanced analytics capabilities.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'mcp-server-gsc' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked mcp-server-gsc against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in search / marketing
Web and local search using Brave Search API
Production ready MCP server with real-time search, extract, map & crawl.
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
MCP Security Weekly
Get CVE alerts and security updates for Mcp Server Gsc and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server providing comprehensive access to Google Search Console data with enhanced analytics capabilities.
macuse.app is a native macOS application that gives your AI superpowers by integrating AI assistants with macOS apps like Calendar, Mail, and Notes, plus universal UI control for any application. Supports Claude Desktop, Cursor, and Raycast with one-click setup. Privacy-first, runs locally.
npm install mcp-server-gsc
To obtain Google Search Console API credentials:
{
"mcpServers": {
"gsc": {
"command": "npx",
"args": ["-y", "mcp-server-gsc"],
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": "/path/to/credentials.json"
}
}
}
}
Get comprehensive search performance data from Google Search Console with enhanced analytics capabilities.
Required Parameters:
siteUrl: Site URL (format: http://www.example.com/ or sc-domain:example.com)startDate: Start date (YYYY-MM-DD)endDate: End date (YYYY-MM-DD)Optional Parameters:
dimensions: Comma-separated list (query, page, country, device, searchAppearance, date)type: Search type (web, image, video, news, discover, googleNews)aggregationType: Aggregation method (auto, byNewsShowcasePanel, byProperty, byPage)rowLimit: Maximum rows to return (default: 1000, max: 25000)dataState: Data freshness (all or final, default: final)Filter Parameters:
pageFilter: Filter by page URL (supports regex with regex: prefix)queryFilter: Filter by search query (supports regex with regex: prefix)countryFilter: Filter by country ISO 3166-1 alpha-3 code (e.g., USA, CHN)deviceFilter: Filter by device type (DESKTOP, MOBILE, TABLET)searchAppearanceFilter: Filter by search feature (e.g., AMP_BLUE_LINK, AMP_TOP_STORIES)filterOperator: Operator for filters (equals, contains, notEquals, notContains, includingRegex, excludingRegex)Quick Wins Detection:
detectQuickWins: Enable automatic detection of optimization opportunities (default: false)quickWinsConfig: Configuration for quick wins detection:
positionRange: Position range to consider (default: [4, 20])minImpressions: Minimum impr