Image Analysis MCP Server

by champierre
Integrations
  • 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

# リポジトリをクローン git clone https://github.com/champierre/image-mcp-server.git cd image-mcp-server # 依存パッケージのインストール npm install # TypeScriptのコンパイル npm run build

setting

To use this server, you will need an OpenAI API key, so set the following environment variables:

OPENAI_API_KEY=your_openai_api_key

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 :

{ "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.jpg

development

# 開発モードで実行 npm run dev

license

ISC

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

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.

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.

  1. function
    1. install
      1. setting
        1. Configuring the MCP Server
          1. For VSCode Claude extension
          2. Claude Desktop App
        2. How to use
          1. Usage Example
        3. development
          1. license

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              Enables AI assistants to download images from URLs and perform basic image optimization tasks.
              Last updated -
              2
              4
              JavaScript
              Apache 2.0
            • -
              security
              A
              license
              -
              quality
              A 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.
              Last updated -
              11
              JavaScript
              Apache 2.0
            • -
              security
              F
              license
              -
              quality
              An MCP server implementation that enables users to search, download Freepik resources, and generate images using Mystic AI through natural language requests.
              Last updated -
              JavaScript
            • -
              security
              A
              license
              -
              quality
              An MCP server that connects to Pollinations.ai API, enabling AI models to generate and download images and text through natural language commands.
              Last updated -
              2
              JavaScript
              Apache 2.0
              • Apple
              • Linux

            View all related MCP servers

            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