Back to Home
adamanz icon

qwen-video-mcp-server

Verified Safe

by adamanz

Overview

An MCP (Model Context Protocol) server for AI agents like Claude to analyze videos and images using Qwen3-VL deployed on Modal.

Installation

Run Command
uv run server.py

Environment Variables

  • MODAL_WORKSPACE
  • MODAL_APP
  • QWEN_IMAGE_ENDPOINT
  • QWEN_VIDEO_ENDPOINT

Security Notes

The server's primary function is to proxy requests to a Modal backend, processing external video/image URLs. While the server code itself does not show immediate vulnerabilities like 'eval' or hardcoded secrets, the security heavily relies on the Modal backend's ability to safely handle arbitrary URLs and prevent SSRF or other attacks during media processing. Configuration is managed via environment variables, which is a good practice.

Similar Servers

Stats

Interest Score16
Security Score8
Cost ClassMedium
Avg Tokens512
Stars1
Forks0
Last Update2025-12-27

Tags

Video AnalysisImage AnalysisMultimodal AIMCP ServerQwen3-VL