Back to Home
alphinside icon

adk-mcp-multimodal

Verified Safe

by alphinside

Overview

This server implements a multimodal AI agent for product marketing, enabling users to edit product photos and generate marketing videos from images using Google's ADK and Veo 3.1 API.

Installation

Run Command
uv run adk web

Environment Variables

  • GOOGLE_CLOUD_PROJECT
  • GOOGLE_CLOUD_LOCATION

Security Notes

The system utilizes Google's ADK and GenAI models, relying on their inherent security. Environment variables are used for cloud project and location, avoiding hardcoded secrets. File uploads are processed and passed to Google APIs, minimizing direct execution risks. There are no obvious `eval` calls or other patterns for arbitrary code execution. Local file operations (e.g., `shutil.rmtree`) are confined to a designated 'gradio_artifacts' directory. Assumes the underlying Google APIs and ADK framework are secure.

Similar Servers

Stats

Interest Score31
Security Score9
Cost ClassHigh
Avg Tokens1000
Stars2
Forks0
Last Update2025-11-22

Tags

Multimodal AIImage EditingVideo GenerationProduct MarketingGoogle ADK