Skip to main content
Glama

Image Analysis MCP Server

by champierre

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

Install Server
A
security – no known vulnerabilities
A
license - permissive license
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
              A 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 -
              1
              4
              TypeScript
              MIT License
              • Apple
              • Linux
            • A
              security
              A
              license
              A
              quality
              Provides 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 -
              3
              23
              Python
              MIT License
              • Linux
              • Apple
            • -
              security
              A
              license
              -
              quality
              A 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 -
              89
              Python
              MIT License
              • Linux
              • Apple
            • A
              security
              A
              license
              A
              quality
              A 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 -
              3
              914
              MIT License
              • Apple

            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