MCP Chrome Google Search

search-web

Execute a web search using Google and return structured results including titles, snippets, and links

Input Schema

NameRequiredDescriptionDefault
queryYesSearch query text - supports standard Google search operators and syntax

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "query": { "description": "Search query text - supports standard Google search operators and syntax", "minLength": 1, "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools