# Google Image Search Mcp

> An MCP server for Google Image Search integration

- **Type:** MCP server
- **Install:** `agentstack add mcp-virul360-google-image-search-mcp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Virul360](https://agentstack.voostack.com/s/virul360)
- **Installs:** 0
- **Category:** [Content & Media](https://agentstack.voostack.com/c/content-and-media)
- **Latest version:** 0.1.0
- **License:** ISC
- **Upstream author:** [Virul360](https://github.com/Virul360)
- **Source:** https://github.com/Virul360/google-image-search-mcp

## Install

```sh
agentstack add mcp-virul360-google-image-search-mcp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 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

## Installation

```bash
npm install
```

## Configuration

Create a `.env` file with your SerpAPI key (you can copy from `.env.example`):

```
SERP_API_KEY=your_serp_api_key_here
```

You can get a SerpAPI key by signing up at [serpapi.com](https://serpapi.com/).

## Usage

### Building

```bash
npm run build
```

### Running

```bash
npm start
```

### Development

```bash
npm run dev
```

## Available Tools

### `search_images`

Search for images using Google Image Search.

**Parameters:**
- `query` (string): The search query for finding images
- `limit` (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 download
- `outputPath` (string): Directory path where the image should be saved
- `filename` (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 analyze
- `criteria` (string): Criteria for selecting the best images (e.g., 'professional', 'colorful', etc.)

## License

ISC

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [Virul360](https://github.com/Virul360)
- **Source:** [Virul360/google-image-search-mcp](https://github.com/Virul360/google-image-search-mcp)
- **License:** ISC

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** yes
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-virul360-google-image-search-mcp
- Seller: https://agentstack.voostack.com/s/virul360
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
