Skip to main content
Glama

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 .

Related MCP server: GLM Vision Server

前置条件

  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": "分析这个图表的趋势和关键数据"}

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Analyze images from multiple angles to extract detailed insights or quick summaries. Describe visu…

  • LLM chat, text summarization and AI image generation

  • Generate images, video, and audio with Glif's media-generation agent

View all MCP Connectors

Latest Blog Posts

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/SongY1021/glm-vision-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server