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
这是一个 MCP 服务器,它接收图像 URL 并使用 GPT-4o-mini 模型分析图像内容。
要使用此服务器,您将需要一个 OpenAI API 密钥。设置以下环境变量:
要将其与 Cline 等工具一起使用,请将以下内容添加到您的 MCP 服务器配置文件中:
将以下内容添加到cline_mcp_settings.json
:
将以下内容添加到claude_desktop_config.json
:
配置 MCP 服务器后,可以使用以下工具:
analyze_image
:获取图像 URL 并分析其内容国际学习中心
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.
一个接受图像 URL 并使用 GPT-4-turbo 编译其内容的服务器,使 Claude AI 助手能够通过自然语言理解和描述图像。