Video to Text MCP Server
by strzhao
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TEMP_DIR | No | 指定临时文件目录(默认:系统临时目录) | |
| WHISPER_MODEL | No | 指定 Whisper 模型(可选值:tiny, base, small, medium, large) | base |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| video_to_textB | Download a video from URL, extract audio, transcribe to text, and save locally |
| voice_to_textC | Download an audio file from URL and transcribe to text |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/strzhao/video-to-text-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server