Skip to main content
Glama

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

Deploy Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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 -
    4
    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
    32
    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 -
    102
    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
    237
    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