jl-image-vison
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@jl-image-visondescribe https://example.com/mockup.png focusing on layout"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
jl-image-vison
MCP server for image understanding — structured description of UI designs, HTML pages, and visual layouts, powered by Agnes 2.0 Flash.
Tool: describe_image
Analyse an image and return a richly structured breakdown — layout hierarchy, UI components, readable text, interactions, design notes, and accessibility observations. Optimised for UI mockups, Figma exports, HTML/CSS screenshots, dashboards, and app interfaces.
Input
Parameter | Type | Required | Description |
| string | yes | The image to analyse. Accepts three formats: (1) a public URL — |
| enum: | no (default | How thorough the description should be. |
| string | no | Steering hint, e.g. |
Output
content[0].text— the full structured description (markdown).structuredContent— machine-readable fields:summary,description,model,tokens.
Setup
npm install
npm run buildConfiguration
Environment variables (all optional except AGNES_API_KEY at runtime):
Variable | Default | Description |
| — | Your Agnes AI API key (required to call the tool). |
|
| Override the API base URL. |
|
| Override the model name. |
Get an API key from the Agnes AI developer console.
Connect to a host
Claude Code / Claude Desktop (stdio)
Add to your MCP config:
{
"mcpServers": {
"image-vison": {
"command": "node",
"args": ["D:/my/oss/jl_image-vison-mcp/dist/index.js"],
"env": {
"AGNES_API_KEY": "sk-your-key-here"
}
}
}
}Any MCP client via npx
AGNES_API_KEY=sk-your-key npx tsx src/index.tsDevelop
npm run dev # run with tsx (no build step)
npm run typecheck # type-check only
npm run build # compile to dist/
npm run inspect # launch MCP Inspector for interactive testingLimitations (v0.2)
Single image — one image per call. Multi-image comparison is not yet supported.
Agnes 2.0 Flash only — first release supports only this model.
Local file size limit — 10 MB per image (Agnes payload limit).
Claude Code pasted images — when you paste an image into Claude Code, it may pass a file path or a data URL; both are now supported. If you get a "Cannot read file" error, the path Claude Code passed doesn't exist on the server's filesystem — upload to a public URL instead.
This server cannot be installed
Maintenance
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/liugangnhm/jl_image-vison-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server