Gemini MCP Server provides a bridge between Claude Desktop and Google's Gemini AI for image generation, enabling users to create images directly through conversational interaction. Built by Garblesnarff, the server implements a JSON-RPC protocol that allows Claude to call the generate_image tool, supporting configuration of model parameters like temperature and style. It's particularly useful for users who want seamless, configurable image generation within their AI workflow.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Generate images from text descriptions using Gemini 2.0 Flash. Parameters: prompt (string, required), context (string, optional)
Edit existing images using natural language instructions. Parameters: image_path (string, required), edit_instruction (string, required), context (string, optional)
Interactive conversations with Gemini AI that learns your preferences. Parameters: message (string, required), context (string, optional)
Convert audio files to text with Smart Tool Intelligence enhancement. Parameters: file_path (string, required), language (string, optional), context (string, optional), preserve_spelled_acronyms (boolean, optional)
Execute Python code in a secure sandbox environment. Parameters: code (string, required), context (string, optional)
Analyze video content for summaries, transcripts, and detailed insights. Parameters: file_path (string, required), analysis_type (string, optional), context (string, optional)
Extract detailed information from images including objects, text, and descriptions. Parameters: file_path (string, required), analysis_type (string, optional), context (string, optional)