Server Config
{
"mcpServers": {
"vjshi-video-mcp": {
"args": [
"-y",
"@vjshi/vjshi-video-mcp@latest"
],
"command": "npx",
"disabled": false,
"env": {
"VJSHI_API_KEY": "YOUR_API_KEY"
},
"isActive": true
}
}
}