Image Analysis MCP Server
Utilizes GPT-4-turbo model to analyze and provide detailed descriptions of images from URLs
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Image Analysis MCP Serveranalyze this image: https://example.com/photo.jpg"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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: Letz AI MCP
install
# リポジトリをクローン
git clone https://github.com/champierre/image-mcp-server.git
cd image-mcp-server
# 依存パッケージのインストール
npm install
# TypeScriptのコンパイル
npm run buildsetting
To use this server, you will need an OpenAI API key, so set the following environment variables:
OPENAI_API_KEY=your_openai_api_keyConfiguring 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 :
{
"mcpServers": {
"image-analysis": {
"command": "node",
"args": ["/path/to/image-mcp-server/dist/index.js"],
"env": {
"OPENAI_API_KEY": "your_openai_api_key"
},
"disabled": false,
"autoApprove": []
}
}
}Claude Desktop App
Add the following to claude_desktop_config.json :
{
"mcpServers": {
"image-analysis": {
"command": "node",
"args": ["/path/to/image-mcp-server/dist/index.js"],
"env": {
"OPENAI_API_KEY": "your_openai_api_key"
},
"disabled": false,
"autoApprove": []
}
}
}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
画像URLを分析してください: https://example.com/image.jpgdevelopment
# 開発モードで実行
npm run devlicense
ISC
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA powerful server that integrates the Moondream vision model to enable advanced image analysis, including captioning, object detection, and visual question answering, through the Model Context Protocol, compatible with AI assistants like Claude and Cline.19Apache 2.0

Letz AI MCPofficial
FlicenseBqualityDmaintenanceA Model Context Protocol server that enables Claude to generate and upscale images through the Letz AI API, allowing users to create images directly within Claude conversations.22- FlicenseBqualityDmaintenanceAI-powered image generation and editing server for Claude Code, supporting multiple Gemini models, batch generation, shared context, and conversion to PDF/PPTX.51
- Alicense-qualityDmaintenanceA powerful MCP server that brings AI vision capabilities to Claude Desktop. Analyze images and videos using OpenAI GPT-4o, Claude, or any compatible vision API.24MIT
Related MCP Connectors
MCP server for NanoBanana AI image generation and editing
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Image/video analysis: NSFW detection, object detection, thumbnails
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/champierre/image-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server