MCP server that lets Claude Code generate images (Imagen 4) and short videos (Veo 3.1) via Google's Gemini API, with files landing straight in your project directory — no context switching. - 1RaghavM/visualgen-mcp
No reviews yetBe the first to leave a review for visualgen-mcp
Maker
📌
I was building websites with Claude Code and kept hitting the same gap. Claude would design a great layout, then say "add your hero image here." I'd go generate one somewhere else, come back, wire it up, iterate, repeat. The context switching was the whole cost. So I built this MCP server to close the loop. Claude writes the prompt, the server hits Veo or Imagen, the file lands in the project directory, and Claude references it in the code it's already writing. One session, no handoffs.
I'm open-sourcing it because other people are solving the same problem, and nobody should have to build this twice.
Report
Really interesting approach. I do wonder though, sometimes external tools give more control over generation.
That said, keeping everything in one flow probably outweighs that for most use cases.
Really interesting approach. I do wonder though, sometimes external tools give more control over generation.
That said, keeping everything in one flow probably outweighs that for most use cases.