google-image-search-mcp
Provides tools for searching Google Images via SerpAPI, including image search, downloading images, and analyzing results.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@google-image-search-mcpsearch for images of a sunset beach"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Google Image Search MCP Server
This MCP (Model Context Protocol) server provides Google Image Search functionality through the SerpAPI. It allows AI assistants to search for images and analyze the results to find the most relevant ones based on specific criteria.
Features
Search for images with Google Image Search
Download images to a local directory
Analyze search results based on relevance criteria
Related MCP server: Image Description MCP Server
Installation
npm installConfiguration
Create a .env file with your SerpAPI key (you can copy from .env.example):
SERP_API_KEY=your_serp_api_key_hereYou can get a SerpAPI key by signing up at serpapi.com.
Usage
Building
npm run buildRunning
npm startDevelopment
npm run devAvailable Tools
search_images
Search for images using Google Image Search.
Parameters:
query(string): The search query for finding imageslimit(number, optional): Maximum number of results to return (default: 10)
download_image
Download an image to a local directory.
Parameters:
imageUrl(string): URL of the image to downloadoutputPath(string): Directory path where the image should be savedfilename(string): Filename for the downloaded image (including extension)
analyze_images
Analyze image search results to find the most relevant ones.
Parameters:
searchResults(array): Array of image search results to analyzecriteria(string): Criteria for selecting the best images (e.g., 'professional', 'colorful', etc.)
License
ISC
This server cannot be installed
Maintenance
Latest Blog Posts
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/Virul360/google-image-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server