Stats
Actions
Tags
From nguyenthienthanh-piggytales
Google Veo 3.1 video generation with native audio
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"piggytales-veo3": {
"command": "node",
"args": [
"src/mcp/dist/veo3/index.js"
],
"env": {
"VEO3_MODEL": "${VEO3_MODEL}",
"GOOGLE_AI_API_KEY": "${GOOGLE_AI_API_KEY}"
}
}
}
}Replace placeholder values for: GOOGLE_AI_API_KEY
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Environment variables set when the server starts
VEO3_MODEL=${VEO3_MODEL}GOOGLE_AI_API_KEY=${GOOGLE_AI_API_KEY}Sensitive values you must provide — never committed to source control
npx claudepluginhub nguyenthienthanh/piggytales