Google Search Console MCP Server
Provides tools for querying Google Search Console data, including retrieving top search queries by clicks, page performance metrics, overall site search performance summaries, and identifying pages with significant ranking changes.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Google Search Console MCP Servershow me top search queries for my site this month"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Google Search Console MCP Server
MCP server for querying Google Search Console data - rankings, clicks, impressions for websites.
Setup
Install dependencies:
npm installConfigure credentials:
Copy
.env.exampleto.envand fill in your values:cp .env.example .envYou'll need:
GSC_SITE_URL: Your site URL in GSC (e.g.,sc-domain:bwengr.com)GOOGLE_CLIENT_ID: OAuth2 client ID from Google Cloud ConsoleGOOGLE_CLIENT_SECRET: OAuth2 client secret
Get OAuth2 credentials:
Go to Google Cloud Console
Create a project or select existing
Enable "Search Console API"
Create OAuth2 credentials (Desktop app or Web application)
Add
http://localhost:3000/oauth/callbackas redirect URICopy Client ID and Secret to
.env
Usage
npm startAvailable MCP Tools
getTopQueries- Get top search queries by clicksgetPagePerformance- Get performance data for specific pagesgetSiteSummary- Get overall site search performancegetRankingChanges- Find pages with significant ranking changes
Credentials
NEVER commit .env to GitHub. Credentials are stored locally only.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bwengr/bw-gsc-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server