Look At Pic MCP
Allows querying multimodal vision models via an OpenAI-compatible API, enabling image analysis and description.
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., "@Look At Pic MCPanalyze the image at /home/user/pic.jpg and describe its contents"
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.
Look At Pic MCP
MCP server providing image recognition via an OpenAI-compatible multimodal vision model.
Tool
vision_query
Analyze an image using a configured multimodal vision model.
Parameters:
image_path(string, optional): Local file path (absolute or relative)image_base64(string, optional): Base64-encoded image data, or full data: URIprompt(string, optional): Custom question about the image. If omitted, returns exhaustive description.
Related MCP server: Vision MCP
Configuration
Edit config.json:
{
"api_key": "your-api-key",
"model": "your-vision-model",
"api_base": "https://your-openai-compatible-api.example/v1"
}Usage
Install dependencies (pick one):
bun install
# or
npm installStdio 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"
}
}
}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.
Related MCP Connectors
Generate images, videos, voiceovers, and captions from a chat prompt.
Create images and videos from prompts, with options for image mixing, reference images, and start/…
Analyze images and videos with Gemini to get fast, reliable visual insights. Handle content from U…
Generate images with your own ChatGPT subscription (Plus, Pro or Team), without spending API credits
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables image analysis using GLM-4.5V's vision capabilities from Z.AI. Supports analyzing both local image files and URLs with customizable prompts and parameters.17MIT
- AlicenseAqualityDmaintenanceEnables image analysis and understanding using Vision Language Models through OpenAI-compatible APIs. Supports analyzing images from URLs or local files with custom prompts.12MIT
- AlicenseAqualityDmaintenanceEnables Claude Code to analyze images using Zhipu AI's GLM-5V-Turbo vision model, supporting local files and URLs with customizable prompts.129MIT
- AlicenseBqualityCmaintenanceEnables image understanding using Doubao vision models via MCP, supporting local file paths and URLs with customizable prompts.160MIT