From nguyenthienthanh-piggytales
Google Veo 3.1 video generation with native audio
npx claudepluginhub nguyenthienthanh/piggytalesAdd 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
This MCP server needs API keys or credentials. Configure them in your environment before use.
nodeVEO3_MODEL=${VEO3_MODEL}GOOGLE_AI_API_KEY=${GOOGLE_AI_API_KEY}Share bugs, ideas, or general feedback.