Skip to main content
Glama
JesonMrLiu

claude-image-recognition-mcp

by JesonMrLiu

claude-image-recognition-mcp

OpenAI-compatible vision recognition MCP server. Lets any MCP client (Claude Code with a non-multimodal model, etc.) "see" images by routing them to any OpenAI-compatible vision model (GLM-4V, Qwen-VL, GPT-4o, vLLM, …).

Install

npm i claude-image-recognition-mcp
# or use directly via npx
npx claude-image-recognition-mcp

Related MCP server: z_ai_vision_mcp_server_clone

Configure

Set environment variables (all prefixed IMAGE_RECOGNITION_):

Var

Required

Default

Description

IMAGE_RECOGNITION_API_KEY

API key

IMAGE_RECOGNITION_BASE_URL

OpenAI-compatible root, e.g. https://open.bigmodel.cn/api/paas/v4

IMAGE_RECOGNITION_MODEL

Vision model id, e.g. glm-4v-plus

IMAGE_RECOGNITION_DETAIL

high

low/high/auto

IMAGE_RECOGNITION_MAX_TOKENS

2048

64–8192

IMAGE_RECOGNITION_TIMEOUT_MS

60000

per-request timeout

IMAGE_RECOGNITION_DOWNLOAD_URL

0

1 = download URL images to base64

IMAGE_RECOGNITION_MAX_FILE_MB

15

local file size cap

Wire into an MCP client

{
  "mcpServers": {
    "image-recognition": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "claude-image-recognition-mcp"],
      "env": {
        "IMAGE_RECOGNITION_API_KEY": "<key>",
        "IMAGE_RECOGNITION_BASE_URL": "https://open.bigmodel.cn/api/paas/v4",
        "IMAGE_RECOGNITION_MODEL": "glm-4v-plus"
      }
    }
  }
}

Tool: recognize_image

Param

Type

Description

image

string (required)

local path / http(s) URL / literal clipboard

prompt

string

question or instruction (default: describe the image)

model

string?

override configured model id

detail

low|high|auto?

OpenAI vision detail

max_tokens

number?

64–8192

Clipboard

  • Windows: Win+Shift+S, then pass image: "clipboard"

  • macOS: needs brew install pngpaste

  • Linux: needs wl-paste (Wayland) or xclip (X11)

License

MIT

Install Server
A
license - permissive license
A
quality
C
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

  • OCR, transcription, file extraction, and image generation for AI agents via MCP.

  • MCP server for Google Veo AI video generation

  • MCP server for Wan AI video generation

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/JesonMrLiu/image-recognition-mcp'

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