Skip to main content
Glama

Google Images Search MCP

by srigi

search_image

Search for images online using Google Images to find visual content based on your query, with options to control result count and safe search settings.

Instructions

Search the image(s) online

Input Schema

NameRequiredDescriptionDefault
countNoNumber of results to return (1-10, default: 2)
queryYesSearch query for images
safeNoSafe search setting (default: off)
startIndexNoStarting index of next search result page (not needed for initial search request)

Input Schema (JSON Schema)

{ "properties": { "count": { "description": "Number of results to return (1-10, default: 2)", "maximum": 10, "minimum": 1, "type": "number" }, "query": { "description": "Search query for images", "type": "string" }, "safe": { "description": "Safe search setting (default: off)", "enum": [ "off", "medium", "high" ], "type": "string" }, "startIndex": { "description": "Starting index of next search result page (not needed for initial search request)", "minimum": 1, "type": "number" } }, "required": [ "query" ], "type": "object" }

Other Tools from Google Images 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/srigi/mcp-google-images-search'

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