🎉 Initial Release
Google Search Console MCP Server v0.3.0 is now available!
Features
6 MCP Tools for Google Search Console API:
- 🔍
list_sites- Get all accessible Search Console properties - 📊
get_analytics- Query search performance data with flexible filtering - 🗺️
get_sitemaps- Retrieve sitemap information and status - 🔎
inspect_url- Inspect detailed indexing status of URLs - 📤
submit_url_for_indexing- Submit URLs to Google Indexing API - 📈
compare_periods- Compare performance between two time periods
Technical Highlights
- ✅ OAuth 2.0 authentication with Google
- ✅ Automatic retry logic with exponential backoff
- ✅ Comprehensive error handling and validation
- ✅ TypeScript with full type definitions
- ✅ ESM module support
- ✅ Compatible with Claude Code and Claude Desktop
Installation
```bash
npm install google-search-console-mcp-server
```
Quick Start
See README.md for detailed setup instructions.
Full Changelog: https://github.com/Shin-sibainu/google-search-console-mcp-server/blob/master/CHANGELOG.md