Back to Apps

Google Image Search MCP
by virul360
Integrate Google Image Search into your AI assistant via SerpAPI to find and analyze relevant imagery.
0 stars
Works in:claude
Exposes:Tools
What it does
This MCP server connects your AI assistant to Google Image Search using the SerpAPI. It enables the AI to proactively search for visual content on the web, download specific images to a local directory, and analyze search results against specific relevance criteria to ensure the best visual match for a given task.
Tools
search_images: Finds images based on a query with a configurable limit.download_image: Saves a specific image from a URL to a local path.analyze_images: Evaluates a set of image search results based on provided criteria (e.g., 'professional').
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"google-image-search": {
"command": "npm",
"args": ["start", "--prefix", "/path/to/google-image-search-mcp"],
"env": {
"SERP_API_KEY": "your_serp_api_key_here"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
npm install google-image-search-mcpInformation
- Pricing
- free
- Published
- 7/3/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"google-image-search": {
"command": "npm",
"args": ["start", "--prefix", "/path/to/google-image-search-mcp"],
"env": {
"SERP_API_KEY": "your_serp_api_key_here"
}
}
}
}





