Skip to main content
Glama

Google Search MCP

search

Perform real-time Google searches, extract results, and bypass anti-bot mechanisms using structured queries with customizable language, region, and timeout settings.

Input Schema

NameRequiredDescriptionDefault
languageNo搜索结果的语言,例如 zh-CN, en-US 等,默认为 zh-CN
limitNo返回的搜索结果数量,默认为10
queryYes搜索查询字符串
regionNo搜索结果的地区,例如 cn, com, co.jp 等,默认为 cn
timeoutNo搜索操作的超时时间(毫秒),默认为60000

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "language": { "description": "搜索结果的语言,例如 zh-CN, en-US 等,默认为 zh-CN", "type": "string" }, "limit": { "description": "返回的搜索结果数量,默认为10", "type": "number" }, "query": { "description": "搜索查询字符串", "type": "string" }, "region": { "description": "搜索结果的地区,例如 cn, com, co.jp 等,默认为 cn", "type": "string" }, "timeout": { "description": "搜索操作的超时时间(毫秒),默认为60000", "type": "number" } }, "required": [ "query" ], "type": "object" }

Other Tools from Google Search MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/modelcontextprotocol-servers/google-search-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server