Back to Home
JochenYang icon

luma-mcp

Verified Safe

by JochenYang

Overview

Provides visual understanding capabilities to AI assistants that do not natively support image analysis, supporting multiple vision models.

Installation

Run Command
npx luma-mcp

Environment Variables

  • MODEL_PROVIDER
  • ZHIPU_API_KEY
  • SILICONFLOW_API_KEY
  • DASHSCOPE_API_KEY
  • MODEL_NAME
  • MAX_TOKENS
  • TEMPERATURE
  • TOP_P
  • ENABLE_THINKING

Security Notes

The server correctly loads API keys from environment variables, avoiding hardcoding secrets. It uses standard `axios` for external API calls to well-known LLM providers. Local file access for images is handled by `fs/promises` and validated for size and format. Remote image URLs are passed directly to the vision models, meaning the server itself doesn't fetch arbitrary remote URLs, reducing a potential attack vector. The `sharp` library is used for image compression, which is a standard and generally safe practice. No 'eval' or obvious malicious patterns found.

Similar Servers

Stats

Interest Score34
Security Score9
Cost ClassMedium
Avg Tokens2000
Stars3
Forks0
Last Update2025-11-21

Tags

mcpvisionaimulti-modelocr