image-mcp-server
이미지 URL을 받고 GPT-4o-mini 모델을 사용하여 이미지 내용을 분석하는 MCP 서버입니다.
기능
- 이미지 URL을 입력으로 받고 이미지의 내용을 자세히 분석
- GPT-4o-mini 모델을 사용한 고정밀 이미지 인식 및 설명
- 이미지 URL 유효성 검사 기능
설치
설정
이 서버를 사용하려면 OpenAI API 키가 필요합니다. 다음 환경 변수를 설정합니다.
MCP 서버 설정
Cline과 같은 도구와 함께 사용하려면 MCP 서버 구성 파일에 다음 설정을 추가하십시오.
VSCode Claude 확장 기능의 경우
cline_mcp_settings.json
에 다음을 추가 :
Claude Desktop App의 경우
claude_desktop_config.json
에 다음을 추가 :
사용방법
MCP 서버가 구성되면 다음 도구를 사용할 수 있습니다.
analyze_image
: 이미지 URL을 받고 내용을 분석합니다.
사용 예
개발
라이센스
ISC
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.
Tools
A server that accepts image URLs and analyzes their content using GPT-4-turbo, enabling Claude AI assistants to understand and describe images through natural language.
Related MCP Servers
- AsecurityAlicenseAqualityA 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 5 months ago14TypeScriptMIT License
- AsecurityAlicenseAqualityProvides 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 4 months ago323PythonMIT License
- -securityAlicense-qualityA 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 14 days ago89PythonMIT License
- AsecurityAlicenseAqualityA 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 6 months ago3914MIT License