Skip to main content
Glama

Image Analysis MCP Server

by champierre

图像 mcp 服务器

这是一个 MCP 服务器,它接收图像 URL 并使用 GPT-4o-mini 模型分析图像内容。

功能

  • 将图像 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_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

执照

国际学习中心

Deploy Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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 助手能够通过自然语言理解和描述图像。

  1. 功能
    1. 安装
      1. 环境
        1. 配置 MCP 服务器
          1. 对于 VSCode Claude 扩展
          2. 克劳德桌面应用程序
        2. 如何使用
          1. 使用示例
        3. 发展
          1. 执照

            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
              26
              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 -
              95
              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
              237
              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