Skip to main content
Glama

Google Search MCP Server

by hunter-arton

google_image_search

Find and retrieve relevant images using Google's Custom Search API. Search by keywords, get image URLs, titles, and thumbnails to enhance visual reference or research tasks.

Instructions

Searches for images using Google's Custom Search API. Best for finding images related to specific terms, concepts, or objects. Returns image URLs, titles, and thumbnails. Use this when needing to find relevant images or visual references.

Input Schema

NameRequiredDescriptionDefault
countNoNumber of results (1-10, default 5)
queryYesImage search query
startNoPagination start index (default 1)

Input Schema (JSON Schema)

{ "properties": { "count": { "default": 5, "description": "Number of results (1-10, default 5)", "type": "number" }, "query": { "description": "Image search query", "type": "string" }, "start": { "default": 1, "description": "Pagination start index (default 1)", "type": "number" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from Google Search MCP Server

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/hunter-arton/google_search_mcp_server'

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