Utilizes GPT-4-turbo model to analyze and provide detailed descriptions of images from URLs
image-mcp-server
This is an MCP server that receives an image URL and analyzes the image content using the GPT-4o-mini model.
function
Takes an image URL as input and performs detailed analysis of the image's content
High-precision image recognition and explanation using the GPT-4o-mini model
Image URL validity check function
Related MCP server: MCP Image Recognition Server
install
setting
To use this server, you will need an OpenAI API key, so set the following environment variables:
Configuring the MCP Server
To use it with tools like Cline, add the following to your MCP server configuration file:
For VSCode Claude extension
Add the following to cline_mcp_settings.json :
Claude Desktop App
Add the following to claude_desktop_config.json :
How to use
Once an MCP server is configured, the following tools are available:
analyze_image: Takes an image URL and analyzes its content
Usage Example
development
license
ISC