Skip to content

mcp-gemini v0.1.0

Choose a tag to compare

@fatherlinux fatherlinux released this 21 Feb 04:01
· 23 commits to main since this release

MCP Gemini CrunchTools v0.1.0

First release of the MCP server for Google Gemini AI.

Features

  • 39 Gemini AI tools across 7 categories
  • Query, brainstorm, code analysis, text analysis
  • Image generation (Gemini native + Imagen 4)
  • Multi-turn image editing sessions
  • Document analysis (PDF, DOCX, TXT)
  • YouTube video analysis and summarization
  • Video generation with Veo
  • Text-to-speech and multi-voice dialogue
  • Deep research with multi-step web search
  • Content caching for efficient repeated queries
  • Structured JSON output and data extraction
  • Python code execution via Gemini

Installation

uvx mcp-gemini-crunchtools
# or
podman run -i --rm -e GEMINI_API_KEY quay.io/crunchtools/mcp-gemini

See README for full documentation.