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.