serpapi-images-mcp
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., "@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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceAn 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.Last updated162MIT
- AlicenseBqualityFmaintenanceMCP server for searching images with GoogleLast updated25412MIT
- Flicense-qualityDmaintenanceAn 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.Last updated1
- AlicenseAqualityDmaintenanceMCP server that enables web search, image search, and image download using DuckDuckGo.Last updated3MIT
Related MCP Connectors
Serper MCP — wraps the Serper Google Search API (serper.dev)
MCP server for Google search results via SERP API
MCP server for Flux AI image generation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/jondufault/serpapi_images_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server