Skip to main content
Glama

Look At Pic MCP

MCP server providing image recognition via GLM-4V multimodal model.

Tool

vision_query

Analyze an image using GLM-4V.

Parameters:

  • image_path (string, optional): Local file path (absolute or relative)

  • image_base64 (string, optional): Base64-encoded image data, or full data: URI

  • prompt (string, optional): Custom question about the image. If omitted, returns exhaustive description.

Related MCP server: Vision MCP

Configuration

Edit config.json:

{
  "api_key": "your-glm-api-key",
  "model": "glm-4v",
  "api_base": "https://open.bigmodel.cn/api/paas/v4/"
}

Usage

Install dependencies (pick one):

bun install
# or
npm install

Stdio MCP server — configure your MCP client to spawn this process.

Using bun:

{
  "mcpServers": {
    "look-at-pic": {
      "command": "bun",
      "args": ["run", "/path/to/look_at_pic_mcp/index.ts"]
    }
  }
}

Using tsx (Node.js):

{
  "mcpServers": {
    "look-at-pic": {
      "command": "npx",
      "args": ["tsx", "index.ts"],
      "cwd": "/path/to/look_at_pic_mcp"
    }
  }
}
F
license - not found
-
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.

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/bbsteel/look-at-pic-mcp'

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