A
securityA
licenseA
qualityEnables AI assistants to download images from URLs and perform basic image optimization tasks.
Last updated -
2
4
JavaScript
Apache 2.0
Utilizes GPT-4-turbo model to analyze and provide detailed descriptions of images from URLs
이미지 URL을 받고 GPT-4o-mini 모델을 사용하여 이미지 내용을 분석하는 MCP 서버입니다.
이 서버를 사용하려면 OpenAI API 키가 필요합니다. 다음 환경 변수를 설정합니다.
Cline과 같은 도구와 함께 사용하려면 MCP 서버 구성 파일에 다음 설정을 추가하십시오.
cline_mcp_settings.json
에 다음을 추가 :
claude_desktop_config.json
에 다음을 추가 :
MCP 서버가 구성되면 다음 도구를 사용할 수 있습니다.
analyze_image
: 이미지 URL을 받고 내용을 분석합니다.ISC
You must be authenticated.
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 analyzes their content using GPT-4-turbo, enabling Claude AI assistants to understand and describe images through natural language.