Provides image analysis capabilities using OpenAI's Vision Language Models, enabling analysis and understanding of image content from files or URLs through the analyze_image tool.
Vision MCP
MCP server for image analysis using Vision Language Models.
Quickstart
Install
uv(Python package manager):curl -LsSf https://astral.sh/uv/install.sh | shConfigure your MCP client (e.g., Claude Desktop):
Go to Claude > Settings > Developer > Edit Config > claude_desktop_config.json:
Environment Variables
Variable | Required | Description |
| Yes | API key for authentication |
| Yes | API base URL |
| Yes | Model name for vision tasks |
Available Tools
Tool | Description |
| Analyze images using Vision Language Model |
analyze_image
Analyze and understand image content from files or URLs.
Parameters:
prompt(str): The text prompt describing what to analyzeimage_source(str): Image URL or local file path
Supported formats: JPEG, PNG, WebP
License
MIT
Acknowledgments
This project is inspired by MiniMax-Coding-Plan-MCP by MiniMax AI.