Google Search Console MCP Server
A Model Context Protocol (MCP) server providing access to Google Search Console
Overview
Google Search Console MCP Server is a Model Context Protocol (MCP) server that provides access to Google Search Console, enabling users to retrieve search analytics data and perform rich data analysis.
To use the server, install it via Smithery or manually using npm, and set up authentication with Google Cloud Project credentials. Configure the server in your application to start retrieving data.
- Search analytics data retrieval with dimensions support - Customizable reporting periods for rich data analysis
- Analyzing website search performance over specific periods.
- Custom reporting based on various dimensions like queries and devices.
- Integrating search data into applications for enhanced insights.
Add to your AI client
Use these steps to connect Google Search Console MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-server-gsc-ahonn": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-gsc-ahonn"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-server-gsc-ahonn": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-gsc-ahonn"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-server-gsc-ahonn": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-gsc-ahonn"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-server-gsc-ahonn": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-gsc-ahonn"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-server-gsc-ahonn": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-gsc-ahonn"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-server-gsc-ahonn": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-gsc-ahonn"
]
}
}
}FAQ
What are the prerequisites for using this server?
You need Node.js 18 or later, a Google Cloud Project with Search Console API enabled, and Service Account credentials with Search Console access.
Is there a manual installation option?
Yes, you can install it manually using npm with the command `npm install mcp-server-gsc`.
How do I set up authentication?
Follow the steps in the documentation to create a Google Cloud Project, enable the Search Console API, and create Service Account credentials.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2161,"uuid":"c4a768fd-1c0f-41ac-888e-4415a78618a3","name":"mcp-server-gsc","title":"Google Search Console MCP Server","description":"A Model Context Protocol (MCP) server providing access to Google Search Console","avatar_url":"https://avatars.githubusercontent.com/u/9718515?v=4","created_at":"2025-03-09T03:51:23.078Z","updated_at":"2025-03-12T10:20:31.885Z","status":"created","author_name":"ahonn","author_avatar_url":"https://avatars.githubusercontent.com/u/9718515?v=4","tags":"[]","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/ahonn/mcp-server-gsc","target":"_self","content":"$29","summary":"$2a","img_url":"https://camo.githubusercontent.com/dae323f8a6f0ac4c0093cc2f53bc4b5bdad5641689a29db51697fc37e5025ad2/68747470733a2f2f736d6974686572792e61692f62616467652f6d63702d7365727665722d677363","type":null,"metadata":"{\"star\":\"23\",\"license\":\"\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-08 20:55:13\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]