Skip to main content
Glama

image-mcp-server

이미지 URL을 받고 GPT-4o-mini 모델을 사용하여 이미지 내용을 분석하는 MCP 서버입니다.

기능

  • 이미지 URL을 입력으로 받고 이미지의 내용을 자세히 분석

  • GPT-4o-mini 모델을 사용한 고정밀 이미지 인식 및 설명

  • 이미지 URL 유효성 검사 기능

설치

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

설정

이 서버를 사용하려면 OpenAI API 키가 필요합니다. 다음 환경 변수를 설정합니다.

OPENAI_API_KEY=your_openai_api_key

MCP 서버 설정

Cline과 같은 도구와 함께 사용하려면 MCP 서버 구성 파일에 다음 설정을 추가하십시오.

VSCode Claude 확장 기능의 경우

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의 경우

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": [] } } }

사용방법

MCP 서버가 구성되면 다음 도구를 사용할 수 있습니다.

  • analyze_image : 이미지 URL을 받고 내용을 분석합니다.

사용 예

画像URLを分析してください: https://example.com/image.jpg

개발

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

라이센스

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
    30
    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 -
    101
    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
    259
    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