Back to articles
Fixing Claude’s Image Problem — Because I Can Fix Her
How-ToSystems

Fixing Claude’s Image Problem — Because I Can Fix Her

via Dev.toAbdelrahman Ismail

Claude is a 10, but it can’t generate images. Still, I had a feeling: I can fix her. Turns out… you actually can. Not by waiting for an official feature drop, but by wiring Claude into something that already does it well. In this guide, we’ll plug Gemini (Google’s multimodal model) into Claude using MCP (Model Context Protocol), effectively turning Claude into a multi-model agent that can generate images on demand. What’s Really Happening Here You’re splitting responsibilities across models: Claude → reasoning, instructions, orchestration Gemini → image generation MCP → the bridge that lets them talk Step 1: Get Your Gemini API Key Head over to: 👉 https://aistudio.google.com/api-keys Create a new API key Make sure billing is enabled (this matters for image generation) Step 2: Plug Gemini into Claude (MCP Setup) Now the fun part, connecting the two. Open Claude Desktop: Go to Settings → Developer → Edit Config Open claude_desktop_config.json Add this: "mcpServers" : { "gemini" : { "comm

Continue reading on Dev.to

Opens in a new tab

Read Full Article
3 views

Related Articles