
Luma MCP
Supports UIby jochenyang
Multi-model vision understanding MCP server providing image analysis capabilities to AI assistants via GLM-4.6V, DeepSeek-OCR, and Qwen3-VL.
What it does
Luma MCP acts as a bridge between AI assistants and powerful vision-language models, enabling assistants that lack native vision capabilities to perform complex image understanding, OCR, and visual reasoning tasks.
Tools
image_understand: Analyzes an image from a local path, URL, or Data URI based on a user-provided prompt.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"luma": {
"command": "npx",
"args": ["-y", "luma-mcp"],
"env": {
"MODEL_PROVIDER": "zhipu",
"ZHIPU_API_KEY": "your-api-key"
}
}
}
}
Supported hosts
- Claude Desktop
- Cline
- Claude Code
Quick install
npx -y luma-mcpInformation
- Pricing
- freemium
- Published
- 5/21/2026
- stars






