Overview
Connect Google Search Console by authorizing Mistle with a Google OAuth client that you create in Google Cloud. Mistle uses the OAuth authorization code flow to obtain Google access tokens. The local Google Search Console MCP server runs inside the sandbox runtime boundary and calls the Search Console API through Mistle-managed egress, where Mistle injects the connected OAuth token into outbound requests. The Google Search Console integration is read-only. Mistle requests only this OAuth scope:https://www.googleapis.com/auth/webmasters.readonly
Prerequisites
Before connecting Google Search Console:- Create or choose a Search Console property.
- Make sure the Google account that will authorize Mistle has access to that Search Console property.
- Create or choose a Google Cloud project that will own the OAuth client.
- If your Google Auth Platform app is in testing mode, add the authorizing Google account as a test user.
Enable The Search Console API
Enable the Search Console API in the Google Cloud project that owns the OAuth client:PROJECT_ID with the Google Cloud project ID.
Configure OAuth Consent
In Google Auth Platform, configure branding, audience, and data access for the OAuth app. Add this scope:https://www.googleapis.com/auth/webmasters.readonly
Create A Google OAuth Client
Create a Web application OAuth client in Google Auth Platform.- In Mistle, open Integrations and choose Google Search Console.
- Copy the callback URL shown by Mistle.
- In Google Cloud, open Google Auth Platform > Clients.
- Create an OAuth client with Application type set to Web application.
- Add the Mistle callback URL to Authorized redirect URIs.
- Create the client and copy its Client ID and Client secret.
- Return to Mistle, enter the client ID and client secret, and click Connect Google Search Console.
- Complete the Google consent flow with the Google account that should back the connection.
Connect Google Search Console To A Sandbox Profile
After the Google Search Console connection is active:- Open the sandbox profile that should use Google Search Console.
- Add the Google Search Console integration connection to the profile.
- In Resources & Tools, select the Google Search Console MCP server.
- Publish the profile version.