Qwen Video Understanding MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MODAL_APP | Yes | Name of the Modal app | qwen-video-understanding |
| MODAL_WORKSPACE | Yes | Your Modal workspace/username | adam-31541 |
| QWEN_IMAGE_ENDPOINT | No | Override image endpoint URL (auto-generated if not provided) | |
| QWEN_VIDEO_ENDPOINT | No | Override video endpoint URL (auto-generated if not provided) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| analyze_videoA | Analyze a video using Qwen3-VL vision-language model. The video must be accessible via a public URL. The model will:
Examples:
|
| analyze_imageA | Analyze an image using Qwen2.5-VL vision-language model. The image must be accessible via a public URL. Examples:
|
| summarize_videoC | Generate a summary of a video. Styles:
|
| extract_video_textA | Extract and transcribe any visible text or speech from a video. Useful for:
|
| video_qaA | Ask a specific question about a video's content. Examples:
|
| compare_video_framesB | Analyze changes and progression across a video. Useful for:
|
| check_endpoint_statusB | Check the configuration and status of the Modal endpoints. Returns the configured endpoint URLs and connection status. |
| list_capabilitiesB | List the capabilities of this video understanding server. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_server_info | Get information about this MCP server's capabilities. |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/adamanz/qwen-video-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server