Connect the Google Search Console MCP server to your AI agent Open source, MIT, on npm. Setup instructions for Claude, Cursor and Codex are in the repository; adoption questions — Telegram. GitHub repository Telegram

Google Search Console MCP capabilities

This catalog contains 12 public pages—one for every registered MCP tool in mcp-google-search-console. Each page starts with the user's task, explains the result, and states whether the call changes real data.

Use this catalog to choose a ready-made capability. Full parameter schemas and API response details remain in the technical reference.

Properties

  • Add a property — Adds a property to the account's Search Console set. Impact: changes data.
  • Remove a property — Removes (unlinks) a property from the account's Search Console set. Impact: destructive operation.
  • Get one property — Returns one property's entry: { siteUrl, permissionLevel }. Impact: read-only.
  • List Search Console properties — Lists every Search Console property the authenticated account can access. Impact: read-only.

Sitemaps

  • Delete a sitemap — Removes a sitemap from Search Console. Impact: destructive operation.
  • Get one sitemap — Returns one submitted sitemap's details (the same WmxSitemap shape as list_sitemaps): errors/warnings counts, isPending, lastSubmitted/lastDownloaded, and per-content-type submitted counts. Impact: read-only.
  • List sitemaps — Lists the sitemaps submitted for a property (or, with sitemap_index, the children of a sitemap index file). Impact: read-only.
  • Submit a sitemap — Submits (or resubmits) a sitemap for the property. Impact: changes data.

Search analytics

  • Top search queries — Convenience wrapper over search_analytics for the most common ask: the top search queries for a property, sorted by clicks descending (the API's default order). Impact: read-only.
  • Search Analytics (performance) query — Runs a Search Analytics (performance) query for a property: clicks, impressions, CTR and average position from Google Search, grouped by the requested dimensions. Impact: read-only.

URL inspection

Additional API methods

  • Raw Search Console API call — Escape hatch to call any Google Search Console API path directly, for requests the typed tools don't cover. Impact: destructive operation.

For maintainers and publishers