serpapi-images-mcp
Click on "Deploy 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., "@serpapi-images-mcpsearch for high-resolution images of the Eiffel Tower"
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.
serpapi-images-mcp
An MCP server that provides Google Images search via SerpAPI. Designed for use with Claude and other MCP-compatible AI assistants.
Tools
search_images
Search Google Images with filtering options for color, size, aspect ratio, type, location, language, safe search, and pagination.
fetch_image
Download an image from a URL, save it to disk, and return it as viewable content.
Related MCP server: Google Images Search MCP
Setup
You'll need a SerpAPI API key.
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"serpapi-images": {
"command": "npx",
"args": ["-y", "serpapi-images-mcp"],
"env": {
"SERPAPI_API_KEY": "your-api-key"
}
}
}
}Claude Code
claude mcp add serpapi-images -- npx -y serpapi-images-mcpThen set SERPAPI_API_KEY in your environment.
From source
git clone https://github.com/jondufault/serpapi_images_mcp.git
cd serpapi-images-mcp
npm installLicense
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Serper MCP — wraps the Serper Google Search API (serper.dev)
MCP server for Google search results via SERP API
Official SerpApi MCP server for Google, Bing, and other search engines.
MCP server for Qwen Image 3 AI image generation
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceAn MCP server that integrates with SerpApi to retrieve search results from multiple search engines including Google, Bing, Yahoo, and others, enabling fast access to both live and archived search data.169MIT
- AlicenseBqualityFmaintenanceMCP server for searching images with Google221 npm13MIT
- FlicenseAqualityDmaintenanceAn MCP server that provides image search capabilities via the Brave Image Search API, allowing AI assistants to search images with various filters and perform batch queries.21-
- AlicenseAqualityCmaintenanceMCP server that enables web search, image search, and image download using DuckDuckGo.3MIT