SongY1021

GLM Vision MCP Server

Community SongY1021
Updated

GLM Vision MCP Server

基于 智谱 GLM-4.6V-Flash 模型的图像识别 MCP 工具。

安装

方式一:PyPI 安装

pip install glm-vision-mcp

方式二:本地安装

git clone <repo-url>
cd glm-vision-mcp
pip install -e .

前置条件

  1. 注册 智谱开放平台 账号
  2. 获取 API Key

配置

在 MCP Client 配置文件中添加(如 claude_desktop_config.json.mcp.json):

{
  "mcpServers": {
    "glm-vision": {
      "command": "uv",
      "args": ["run", "--directory", "<项目路径>", "glm-vision-mcp"],
      "env": {
        "ZHIPU_API_KEY": "your-api-key-here"
      }
    }
  }
}

或 PyPI 安装后:

{
  "mcpServers": {
    "glm-vision": {
      "command": "python",
      "args": ["-m", "glm_vision_mcp.server"],
      "env": {
        "ZHIPU_API_KEY": "your-api-key-here"
      }
    }
  }
}

使用

analyze_image

分析图片内容,支持 URL 和本地文件路径。

参数:

参数 类型 必填 说明
image string 图片 URL(https://...)或本地文件路径
prompt string 自定义分析指令,默认"请详细描述这张图片"

示例:

  • 描述图片:{"image": "https://example.com/photo.jpg"}
  • OCR 提取:{"image": "C:\\screenshots\\receipt.png", "prompt": "提取图中的所有文字"}
  • 图表分析:{"image": "/data/chart.png", "prompt": "分析这个图表的趋势和关键数据"}

MCP Server · Populars

MCP Server · New

    jonashertner

    OpenCaseLaw

    Open Swiss legal corpus + MCP server: 1M+ court decisions (1875–today), 21k laws, 10M-edge citation graph, 42 MCP tools. CC0 data, MIT code. Live at mcp.opencaselaw.ch

    Community jonashertner
    SystemCraftsman

    Strimzi Kafka CLI

    Command Line Interface for the Strimzi Kafka Operator

    Community SystemCraftsman
    DROOdotFOO

    Raxol

    Write one app, render it to a terminal, a browser, or as agent tools. The terminal for your Gundam.

    Community DROOdotFOO
    morluto

    REA: Reverse Engineer Anything

    Reverse engineer anything with agents, from app behavior down to native binaries.

    Community morluto
    nedlir

    MCPwner

    Model Context Protocol server for autonomous vulnerability discovery

    Community nedlir