Google Search Console Connector for AI agents.
10 live capabilities
Manage your search performance data and technical SEO indexing.
Waiting for input…
Why people use Google Search Console
Fix Technical SEO Issues with the Google Search Console
This Connector changes that by bringing the data to your chat. You can ask your agent to check a URL, pull a week's worth of clicks, or submit a sitemap without ever opening a browser. You get immediate answers and fewer tabs.
What Vinkius changes
You get a conversational interface for your entire Google Search Console account.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
New post launch
A content marketer asks if a new blog post is indexed.
- Real-world use case 02
Traffic analysis
An SEO lead wants to know the top 5 queries from last week.
- Real-world use case 03
Migration check
A dev just moved a site and needs to submit the new sitemap.
Complete set · 10capabilities
The complete Google Search Console capability set.
These are the exact actions your AI can choose when you ask it to work with Google Search Console.
01—04
4 capabilities in this set.
Part of 10 available through Google Search Console.
- 01 Capability
Delete site
Remove a site from your account. Use this to clean up old properties you no longer own.
- 02 Capability
Delete sitemap
Remove a specific sitemap from Google's list. This is useful for cleaning up old links.
- 03 Capability
Get site
Fetch specific details for one of your verified properties. Use this to check account level info.
- 04 Capability
Get sitemap
Get the specific details of a submitted sitemap. It shows you if Google has actually processed it.
05—07
3 capabilities in this set.
Part of 10 available through Google Search Console.
- 05 Capability
Inspect url
Check if a specific page is indexed by Google. It also flags mobile usability issues for that page.
- 06 Capability
List sitemaps
See all sitemaps you've already submitted to Google. This helps you keep track of what's live.
- 07 Capability
List sites
View every verified property in your Search Console account. It's the fastest way to see what's connected.
08—10
3 capabilities in this set.
Part of 10 available through Google Search Console.
- 08 Capability
Query search analytics
Pull search traffic data like clicks and impressions. Use this to see how users are finding your site.
- 09 Capability
Submit sitemap
Send a new sitemap URL to Google for processing. This is how you tell Google about your new content.
- 10 Capability
Add site
Add a new web property to your Search Console account. This lets the agent manage more of your portfolio.
Set up in minutes
One URL. Then ask Google Search Console to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Google Search Console from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_7YFKw2UIeASKH8VtJTAr4StJ42CbhoR2JLgpIqDv/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Google Search Console, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Google Search Console for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_7YFKw2UIeASKH8VtJTAr4StJ42CbhoR2JLgpIqDv/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Google Search Console URL.
- Step 03
Save and start
Save the connection and enable Google Search Console in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"google-search-console": {
"url": "https://edge.vinkius.com/vk_preview_7YFKw2UIeASKH8VtJTAr4StJ42CbhoR2JLgpIqDv/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Google Search Console
Open Agent mode in chat and ask: "Using Google Search Console, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"google-search-console": {
"url": "https://edge.vinkius.com/vk_preview_7YFKw2UIeASKH8VtJTAr4StJ42CbhoR2JLgpIqDv/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Google Search Console
Ask Copilot: "Using Google Search Console, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"google-search-console": {
"url": "https://edge.vinkius.com/vk_preview_7YFKw2UIeASKH8VtJTAr4StJ42CbhoR2JLgpIqDv/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Google Search Console
Open Cascade and ask: "Using Google Search Console, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"google-search-console": {
"url": "https://edge.vinkius.com/vk_preview_7YFKw2UIeASKH8VtJTAr4StJ42CbhoR2JLgpIqDv/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Google Search Console
Ask Cline: "Using Google Search Console, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add google-search-console --transport http "https://edge.vinkius.com/vk_preview_7YFKw2UIeASKH8VtJTAr4StJ42CbhoR2JLgpIqDv/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Google Search Console
Ask Claude: "Using Google Search Console, show me...". 10 tools are ready
Where the request belongs
Work Google Search Console can move forward.
SEO specialists who are tired of manual reporting, web developers who need to verify indexing after a deployment, and content marketers who want to see what keywords actually move the needle.
SEO Specialist
Checks if a new landing page is indexed and pulls top queries for a specific campaign.
Web Developer
Verifies URL status after a site migration and ensures sitemaps are submitted correctly.
Content Marketer
Identifies which blog posts are getting the most clicks and impressions from specific regions.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsRapid URL Indexer
Automate Google Search Console indexing. submit URL batches, track project progress, and manage credits directly via AI.
ContentKing
Enable your AI agent to fetch real-time SEO audit metrics and monitor website changes through ContentKing.
DataForSEO
Manage SERP data via DataForSEO. track Google organic rankings, audit Maps nodes, monitor News publications, and research Amazon products directly from any AI agent.
Ahrefs
Professional SEO intelligence. audit backlinks, keywords, and domain health via AI.
Raven Tools
Track SEO rankings, audit website health, and generate white-label marketing reports for your clients automatically.
Siteimprove
Monitor and improve your website quality. track accessibility, SEO, content QA, and broken links across your domains with AI agents.
Bring your own AI
Change the model, client or framework. Keep Google Search Console connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Google Search Console.
The practical details behind the request, access and result.
Can I use the Google Search Console MCP to check if my site is indexed?
Yes, you can ask your agent to check any specific URL. It will tell you if Google has indexed the page and if there are any mobile usability errors.
Does the Google Search Console MCP support multiple websites?
Yes, it works with all the verified properties in your account. You can list, add, or remove sites as needed.
How do I submit a sitemap using the Google Search Console MCP?
You can just tell your agent the URL of your sitemap. It will use the submission capability to send it to Google for you.
Can I see my search traffic with this Connector?
Yes, you can query clicks, impressions, and CTR. You can even filter by specific dates, countries, or device types.
Will the Google Search Console MCP help with my technical SEO?
It's a great capability for technical SEO because it lets you quickly inspect URLs and manage sitemaps, which are core parts of a healthy site.
Do I need to give the AI my login password?
No, you use a secure Google OAuth flow. This keeps your account safe while letting the agent perform actions on your behalf.
Can I check why a specific page isn't appearing in Google?
Yes. Use the inspect_url capability to run a live inspection on the URL. The AI will return the index status and highlight any errors, such as 'Noindex detected' or mobile usability issues.
How do I find out my top performing keywords?
You can ask the AI to query_search_analytics with the dimension set to 'query'. It will return your top keywords based on clicks and impressions for the requested date range.
Can I submit a new XML sitemap through this integration?
Absolutely! Use the submit_sitemap capability, provide your site URL and the path to your sitemap (e.g., 'https://example.com/sitemap.xml'). Google will schedule it for processing.
One connection away
Give your agent a direct line to Google Search Console.
Connect Google Search Console once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available