MCP ExplorerExplorer

Google Image Search Mcp

@Virul360on 10 months ago
3 ISC
FreeCommunity
AI Systems
An MCP server for Google Image Search integration

Overview

What is Google Image Search Mcp

google-image-search-mcp is an MCP server that integrates Google Image Search functionality via SerpAPI, enabling AI assistants to search for and analyze images based on specific criteria.

Use cases

Use cases include finding relevant images for blog posts, downloading images for social media campaigns, and analyzing image search results to select the best visuals for presentations.

How to use

To use google-image-search-mcp, install the server using ‘npm install’, configure your SerpAPI key in a ‘.env’ file, build the project with ‘npm run build’, and run it using ‘npm start’. You can also use ‘npm run dev’ for development purposes.

Key features

Key features include searching for images using Google Image Search, downloading images to a local directory, and analyzing search results based on relevance criteria.

Where to use

google-image-search-mcp can be used in various fields such as digital marketing, content creation, and AI development, where image search and analysis are essential.

Content

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

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.

Usage

Building

npm run build

Running

npm start

Development

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

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers