MCP server for AI-powered image and video analysis using Google Gemini or Vertex AI models.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by AI Vision MCP.
paletteExtract design tokens (colors, spacing, typography)
hierarchyAnalyze visual hierarchy and eye flow
componentsCatalog UI components and design system maturity
A powerful Model Context Protocol (MCP) server that provides AI-powered image and video analysis using Google Gemini and Vertex AI models.
You could choose either to use google provider or vertex_ai provider. For simplicity, google provider is recommended.
Below are the environment variables you need to set based on your selected provider. (Note: Itβs recommended to set the timeout configuration to more than 5 minutes for your MCP client).
(i) Using Google AI Studio Provider
Get your Google AI Studio's api key here
(ii) Using Vertex AI Provider
Refer to the guideline here on how to set this up.
Below are the installation guide for this MCP on different MCP clients, such as Claude Desktop, Claude Code, Cursor, Cline, etc.
Add to your Claude Desktop configuration:
(i) Using Google AI Studio Provider
(ii) Using Vertex AI Provider
(i) Using Google AI Studio Provider
(ii) Using Vertex AI Provider
Note: Increase the MCP startup timeout to 1 minutes and MCP tool execution timeout to about 5 minutes by updating ~\.claude\settings.json as follows:
Go to: Settings -> Cursor Settings -> MCP -> Add new global MCP server
Pasting the following configuration into your Cursor ~/.cursor/mcp.json file is the recommended approach. You may also install in a specific project by creating .cursor/mcp.json in your project folder. See Cursor MCP docs for more info.
(i) Using Google AI Studio Provider
(ii) Using Vertex AI Provider
Cline uses a JSON configuration file to manage MCP servers. To integrate the provided MCP server configuration:
(i) Using Google AI Studio Provider
(ii) Using Vertex AI Provider
The server uses stdio transport and follows the standard MCP protocol. It can be integrated with any MCP-compatible client by running:
The server provides four main MCP tools:
analyze_imageAnalyzes an image using AI and returns a detailed description.
Parameters:
imageSource (string): URL, base64 data, or file path to the imageprompt (string): Question or instruction for the AImode (string, optional): Analysis mode - one of:
general (default) - General image analysispalette - Extract design tokens (colors, spacing, typography)hierarchy - Analyze visual hierarchy and eye flowcomponents - Catalog UI components and design system maturityoptions (object, optional): Analysis options including temperature and max tokensExamples:
compare_imagesCompares multiple images using AI and returns a detailed comparison analysis.
Parameters:
imageSources (array): Array of image sources (URLs, base64 data, or file paths) - minimum 2, maximum 4 imagesprompt (string): Question or instruction for comparing the imagesoptions (object, optional): Analysis options including temperature and max tokensExamples:
detect_objects_in_imageDetects objects in an image using AI vision models and generates annotated images with bounding boxes. Returns detected objects with coordinates and either saves the annotated image to a file or temporary directory.
Parameters:
imageSource (string): URL, base64 data, or file path to the imageprompt (string): Custom detection prompt describing what to detect or recognize in the imageoutputFilePath (string, optional): Explicit output path for the annotated imageConfiguration:
This function uses optimized default parameters for object detection and does not accept runtime options parameter. To customize the AI parameters (temperature, topP, topK, maxTokens), use environment variables:
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/tan-yong-sheng-ai-vision-mcp)<a href="https://allmcps.com/mcp/tan-yong-sheng-ai-vision-mcp"><img src="https://allmcps.com/api/badge/tan-yong-sheng-ai-vision-mcp?style=directory" alt="AI Vision MCP on AllMCPs" /></a>