We designedDocumentation Index
Fetch the complete documentation index at: https://searchconsolemcp.saurabh.app/llms.txt
Use this file to discover all available pages before exploring further.
search-console-mcp to work instantly with your favorite AI editor. No complex configuration required.
Prerequisites
- Node.js 18 or higher
- A verified Google Search Console, Bing Webmaster Tools, or Google Analytics 4 property
🚀 One-Line Setup
Run this command in your terminal. The wizard will walk you through connecting your Google and/or Bing accounts.setup again — it supports multiple Google and Bing accounts.
Client Configuration
If you prefer to set it up manually, here are the instructions for the most popular clients.Claude Desktop
Add this to yourclaude_desktop_config.json:
Cursor
- Open Cursor Settings (Cmd + ,).
- Navigate to Features > MCP.
- Click + Add New MCP Server.
- Enter the following:
- Name:
Search Console - Type:
command - Command:
npx -y search-console-mcp
- Name:
- Environment Variables (Optional): Click Edit on your new server to add variables if needed:
BING_API_KEY: For Bing integration.GOOGLE_APPLICATION_CREDENTIALS: For Google Service Account auth.
VS Code
You can configure the server specifically for your workspace using the standard MCP extension.-
Option A: Config File
Create a file named
.vscode/mcp.jsonand add: -
Option B: Command Palette
- Open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P). - Search for “MCP: Add Server”.
- Enter the command:
npx -y search-console-mcp.
- Open the Command Palette (
Verify Your Setup
After installation, confirm your accounts are connected:What’s Next?
- Authentication — Detailed auth options (OAuth, Service Account, API Key for Google, Bing, and GA4)
- Managing Accounts — List, remove, and restrict accounts across all platforms
- Multi-Account Support — Connect multiple accounts across all platforms
- First Queries — Start asking your AI agent questions
