Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"video-to-text-mcp": {
"command": "npx",
"args": [
"video-to-text-mcp"
],
"env": {
"WHISPER_MODEL": "large"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
WHISPER_MODEL=largenpx claudepluginhub strzhao/autopilot --plugin summarizer