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
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
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
A server that accepts image URLs and nestles their content using GPT-4-turbo, enabling Claude AI assistants to understand and describe images through natural language.
Related MCP Servers
- AsecurityAlicenseAqualityA MCP server that enables Claude and other MCP-compatible assistants to generate images from text prompts using Together AI's image generation models.Last updated -14TypeScriptMIT License
- AsecurityAlicenseAqualityProvides image recognition capabilities using Anthropic Claude Vision and OpenAI GPT-4 Vision APIs, supporting multiple image formats and offering optional text extraction via Tesseract OCR.Last updated -323PythonMIT License
- -securityAlicense-qualityA modular server implementation for Claude AI assistants with integrated tools, enabling Claude to perform actions and access external resources like file systems, web searches, browser automation, financial data, and document generation.Last updated -89PythonMIT License
- AsecurityAlicenseAqualityA server that integrates with Claude Desktop to enable real-time web research capabilities, allowing users to search Google, extract webpage content, and capture screenshots directly from conversations.Last updated -3914MIT License