Skip to main content
Glama
jondufault

serpapi-images-mcp

by jondufault

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-mcp

Then set SERPAPI_API_KEY in your environment.

From source

git clone https://github.com/jondufault/serpapi_images_mcp.git
cd serpapi-images-mcp
npm install

License

MIT

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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

View all MCP Connectors

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/jondufault/serpapi_images_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server