google-image-search-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SERP_API_KEY | Yes | Your SerpAPI key. Get one at https://serpapi.com/ |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_imagesC | Search for images using Google Image Search |
| download_imageC | Download an image to a local directory |
| analyze_imagesB | Analyze image search results to find the most relevant ones |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a distinct role: search returns images, analyze evaluates relevance, download saves locally. The line between search and analyze could cause minor confusion, but descriptions clarify.
All tools follow a consistent verb_noun pattern in snake_case: search_images, analyze_images, download_image.
3 tools is slightly low for a search service, but for a focused utility it's reasonable and each tool serves a clear purpose.
Core search, analysis, and download are covered, but missing image metadata retrieval, pagination, or search refinement are notable gaps.