MCP Gemini
PYPI · MCP-GEMINI-CRUNCHTOOLS · SCANNED SEP 20
MCP server for Google Gemini AI - text, image, video, research, and more
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security100
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
- 3 of 38 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency35
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: the license (GNU Affero General Public License v3 or later (AGPLv3+)) isn't a recognized OSI-approved license. See how to fix → Fail
- Actively maintained (last published 201 days ago).Pass
- Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability79
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 2600 tokens (~66/item across 39 items; 39 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management80
- Stability observed for 24 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety75
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- 0 of 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "gemini_delete_cache_tool" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
- An AI judge read all 40 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a current MCP spec version (2026-07-28).Pass
How do I install the MCP Gemini server?
MCP Gemini runs locally as a PyPI package, launched with uvx mcp-gemini-crunchtools. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
pypi · mcp-gemini-crunchtools
claude mcp add crunchtools-gemini -- uvx mcp-gemini-crunchtools
{
"mcpServers": {
"crunchtools-gemini": {
"command": "uvx",
"args": [
"mcp-gemini-crunchtools"
]
}
}
} {
"servers": {
"crunchtools-gemini": {
"command": "uvx",
"args": [
"mcp-gemini-crunchtools"
]
}
}
} codex mcp add crunchtools-gemini -- uvx mcp-gemini-crunchtools
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"crunchtools-gemini": {
"type": "local",
"command": [
"uvx",
"mcp-gemini-crunchtools"
],
"enabled": true
}
}
} openclaw mcp add crunchtools-gemini --command uvx --arg mcp-gemini-crunchtools
mcp_servers:
crunchtools-gemini:
command: "uvx"
args: ["mcp-gemini-crunchtools"] {
"McpServers": {
"crunchtools-gemini": {
"Transport": "stdio",
"Command": "uvx",
"Arguments": [
"mcp-gemini-crunchtools"
]
}
}
} assistant mcp add crunchtools-gemini -t stdio -c uvx -a mcp-gemini-crunchtools
{
"mcpServers": {
"crunchtools-gemini": {
"command": "uvx",
"args": [
"mcp-gemini-crunchtools"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 20 Sept 26 −3
- Stability: pass → 0.80 functional
- 19 Sept 26 +1
- Stability: 0.97 → pass security
- 17 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 15 Sept 26 +16
- Malware scan: unverified → pass ▲ security
- 14 Sept 26 −15
- Malware scan: pass → unverified ▼ security
- 12 Sept 26 −3
- Stability: pass → 0.77 functional
- 11 Sept 26 +1
- Stability: 0.97 → pass security
- 9 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Analysed pypi/mcp-gemini-crunchtools@0.3.0
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | pypi |
Background: How many MCP packages publish verified provenance →
Install scripts 1 script
| Hook | Tier | Command |
|---|---|---|
| build_backend | allowlisted | hatchling.build |
Background: Why install scripts are a supply-chain risk →
Dependencies 38 packages
| Packages resolved | 38 |
|---|---|
| Stale | 3 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
gemini_analyze_code_tool Gemini Analyze Code Tool ~69
Analyze code with Gemini.
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | yes | The code to analyze. |
| focus | string | – | Analysis focus (general, security, performance, bugs). |
| language | – | – | Programming language (auto-detected if not specified). |
| model | string | – | Model to use. |
Structured output declared, but exposes no named fields.
No examples provided.
gemini_analyze_document_tool Gemini Analyze Document Tool ~61
Analyze a document (PDF, DOCX, TXT, etc.).
| Name | Type | Req | Description |
|---|---|---|---|
| file_path | string | yes | Absolute path to the document. |
| model | string | – | Model to use. |
| question | string | – | Question or instruction about the document. |
Structured output declared, but exposes no named fields.
No examples provided.
gemini_analyze_image_tool Gemini Analyze Image Tool ~63
Analyze and describe a local image file.
| Name | Type | Req | Description |
|---|---|---|---|
| image_path | string | yes | Absolute path to the image file. |
| model | string | – | Model to use ('pro' or 'flash'). |
| query | string | – | Question or instruction about the image. |
Structured output declared, but exposes no named fields.
No examples provided.
gemini_analyze_text_tool Gemini Analyze Text Tool ~57
Analyze text with Gemini.
| Name | Type | Req | Description |
|---|---|---|---|
| analysis_type | string | – | Type of analysis (general, sentiment, tone, summary). |
| model | string | – | Model to use. |
| text | string | yes | The text to analyze. |
Structured output declared, but exposes no named fields.
No examples provided.
gemini_analyze_url_tool Gemini Analyze Url Tool ~71
Analyze one or more URLs.
| Name | Type | Req | Description |
|---|---|---|---|
| model | string | – | Model to use. |
| question | string | – | Question or instruction about the URL content. |
| urls | array | yes | List of URLs to analyze (1-20). |
| use_google_search | boolean | – | Use Google Search grounding. |
Structured output declared, but exposes no named fields.
No examples provided.
gemini_brainstorm_tool Gemini Brainstorm Tool ~66
Brainstorm ideas on a topic using Gemini.
| Name | Type | Req | Description |
|---|---|---|---|
| context | – | – | Additional context or constraints. |
| model | string | – | Model to use. |
| num_ideas | integer | – | Number of ideas to generate. |
| topic | string | yes | The topic to brainstorm about. |
Structured output declared, but exposes no named fields.
No examples provided.
gemini_check_research_tool Gemini Check Research Tool ~39
Check the status of a deep research operation.
| Name | Type | Req | Description |
|---|---|---|---|
| research_id | string | yes | The research ID from gemini_deep_research. |
Structured output declared, but exposes no named fields.
No examples provided.
gemini_check_video_tool Gemini Check Video Tool ~36
Check the status of a video generation operation.
| Name | Type | Req | Description |
|---|---|---|---|
| operation_name | string | yes | The operation name from gemini_generate_video. |
Structured output declared, but exposes no named fields.
No examples provided.
gemini_compare_urls_tool Gemini Compare Urls Tool ~63
Compare two URLs.
| Name | Type | Req | Description |
|---|---|---|---|
| aspect | string | – | What to compare (content, design, sentiment, features). |
| model | string | – | Model to use. |
| url1 | string | yes | First URL. |
| url2 | string | yes | Second URL. |
Structured output declared, but exposes no named fields.
No examples provided.
gemini_continue_image_edit_tool Gemini Continue Image Edit Tool ~56
Continue editing in an active image session.
| Name | Type | Req | Description |
|---|---|---|---|
| prompt | string | yes | Editing instructions (e.g., "make the sky bluer"). |
| session_id | string | yes | The session ID from gemini_start_image_edit. |
Structured output declared, but exposes no named fields.
No examples provided.
gemini_count_tokens_tool Gemini Count Tokens Tool ~45
Count the number of tokens in content.
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | The text content to count tokens for. |
| model | string | – | Model to count tokens for. |
Structured output declared, but exposes no named fields.
No examples provided.
gemini_create_cache_tool Gemini Create Cache Tool ~112
Create a content cache for repeated queries. Upload content once and query it multiple times without re-sending.
| Name | Type | Req | Description |
|---|---|---|---|
| content | – | – | Text content to cache (alternative to file_path). |
| display_name | string | – | Human-readable name for the cache. |
| file_path | – | – | Path to a file to cache. |
| model | string | – | Model to use. |
| system_instruction | – | – | System instruction for queries against this cache. |
| ttl_minutes | integer | – | Time-to-live in minutes (default 60). |
Structured output declared, but exposes no named fields.
No examples provided.
gemini_deep_research_tool Gemini Deep Research Tool ~47
Start a deep research task using a specialized Gemini model. Performs multi-step web research to answer complex questions.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | The research question or topic. |
Structured output declared, but exposes no named fields.
No examples provided.
gemini_delete_cache_tool Gemini Delete Cache Tool ~29
Delete a content cache.
| Name | Type | Req | Description |
|---|---|---|---|
| cache_name | string | yes | The cache name to delete. |
Structured output declared, but exposes no named fields.
No examples provided.
gemini_dialogue_tool Gemini Dialogue Tool ~52
Generate multi-voice dialogue audio.
| Name | Type | Req | Description |
|---|---|---|---|
| text | string | yes | Dialogue text with speaker labels. |
| voice1 | string | – | First voice name. |
| voice2 | string | – | Second voice name. |
Structured output declared, but exposes no named fields.
No examples provided.
gemini_end_image_edit_tool Gemini End Image Edit Tool ~34
End an image editing session and free resources.
| Name | Type | Req | Description |
|---|---|---|---|
| session_id | string | yes | The session ID to end. |
Structured output declared, but exposes no named fields.
No examples provided.
gemini_extract_from_url_tool Gemini Extract From Url Tool ~75
Extract specific data from a URL.
| Name | Type | Req | Description |
|---|---|---|---|
| custom_fields | – | – | Comma-separated list of custom fields to extract. |
| data_type | string | – | Type of data (text, links, images, structured). |
| model | string | – | Model to use. |
| url | string | yes | URL to extract data from. |
Structured output declared, but exposes no named fields.
No examples provided.
gemini_extract_tables_tool Gemini Extract Tables Tool ~56
Extract tables from a document.
| Name | Type | Req | Description |
|---|---|---|---|
| file_path | string | yes | Absolute path to the document. |
| model | string | – | Model to use. |
| output_format | string | – | Output format (markdown, csv, json). |
Structured output declared, but exposes no named fields.
No examples provided.
gemini_extract_tool Gemini Extract Tool ~72
Extract structured data from text.
| Name | Type | Req | Description |
|---|---|---|---|
| custom_fields | – | – | Comma-separated list of custom fields to extract. |
| extract_type | string | – | Type (entities, dates, numbers, contacts, custom). |
| model | string | – | Model to use. |
| text | string | yes | Text to extract data from. |
Structured output declared, but exposes no named fields.
No examples provided.
gemini_generate_image_tool Gemini Generate Image Tool ~138
Generate an image from a text prompt using Gemini's native image model.
| Name | Type | Req | Description |
|---|---|---|---|
| aspect_ratio | string | – | Aspect ratio (1:1, 2:3, 3:2, 3:4, 4:3, 9:16, 16:9, etc). |
| image_size | string | – | Output size (1K, 2K, 4K). |
| prompt | string | yes | Description of the image to generate. |
| style | – | – | Optional style modifier (photorealistic, cartoon, watercolor, etc). |
| use_google_search | boolean | – | Ground with Google Search results. |
Structured output declared, but exposes no named fields.
No examples provided.
gemini_generate_image_with_input_tool Gemini Generate Image With Input Tool ~103
Generate/edit an image using a local image file as input. Upload a local image and give Gemini instructions for how to modify it. Use cases: add watermarks, change styles, composite images, etc.
| Name | Type | Req | Description |
|---|---|---|---|
| _aspect_ratio | string | – | Desired aspect ratio for the output (currently unused). |
| file_path | string | yes | Absolute path to a local image file. |
| prompt | string | yes | Instructions for what to do with the input image. |
Structured output declared, but exposes no named fields.
No examples provided.
gemini_generate_video_tool Gemini Generate Video Tool ~65
Generate a video using Veo. Returns an operation ID to poll.
| Name | Type | Req | Description |
|---|---|---|---|
| _aspect_ratio | string | – | Video aspect ratio (currently unused). |
| negative_prompt | – | – | What to avoid in the video. |
| prompt | string | yes | Description of the video to generate. |
Structured output declared, but exposes no named fields.
No examples provided.
gemini_image_prompt_tool Gemini Image Prompt Tool ~74
Help craft an effective image generation prompt.
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | yes | What you want the image to show. |
| model | string | – | Model to use for prompt crafting. |
| mood | – | – | Desired mood or atmosphere. |
| style | – | – | Desired art style (photorealistic, cartoon, watercolor, etc). |
Structured output declared, but exposes no named fields.
No examples provided.
gemini_imagen_generate_tool Gemini Imagen Generate Tool ~161
Generate images using Google Imagen 4 models. Models (sorted by price): - imagen-4.0-fast-generate-001 ($0.02/image, fastest) - imagen-4.0-generate-001 ($0.04/image, standard) - imagen-4.0-ultra-generate-001 ($0.06/image, highest quality)
| Name | Type | Req | Description |
|---|---|---|---|
| aspect_ratio | string | – | Aspect ratio (1:1, 3:4, 4:3, 9:16, 16:9). |
| model | string | – | Imagen model to use. |
| number_of_images | integer | – | Number of images to generate (1-4). |
| prompt | string | yes | Description of the image to generate. |
Structured output declared, but exposes no named fields.
No examples provided.
gemini_list_caches_tool Gemini List Caches Tool ~18
List all active content caches.
Input schema present but exposes no named parameters.
Structured output declared, but exposes no named fields.
No examples provided.
gemini_list_image_sessions_tool Gemini List Image Sessions Tool ~19
List all active image editing sessions.
Input schema present but exposes no named parameters.
Structured output declared, but exposes no named fields.
No examples provided.
gemini_list_voices_tool Gemini List Voices Tool ~21
List available voices for text-to-speech.
Input schema present but exposes no named parameters.
Structured output declared, but exposes no named fields.
No examples provided.
gemini_query_cache_tool Gemini Query Cache Tool ~47
Query content in a cache.
| Name | Type | Req | Description |
|---|---|---|---|
| cache_name | string | yes | The cache name from gemini_create_cache. |
| question | string | yes | Question to ask about the cached content. |
Structured output declared, but exposes no named fields.
No examples provided.
gemini_query_tool Gemini Query Tool ~78
Query Gemini with a prompt. Supports Google Search grounding.
| Name | Type | Req | Description |
|---|---|---|---|
| model | string | – | Model to use ('pro' or 'flash'). |
| prompt | string | yes | The prompt to send to Gemini. |
| system_instruction | – | – | Optional system instruction to guide the response. |
| use_google_search | boolean | – | Ground response with Google Search results. |
Structured output declared, but exposes no named fields.
No examples provided.
gemini_research_followup_tool Gemini Research Followup Tool ~48
Ask a follow-up question about completed research.
| Name | Type | Req | Description |
|---|---|---|---|
| question | string | yes | Follow-up question. |
| research_id | string | yes | The research ID from a previous research operation. |
Structured output declared, but exposes no named fields.
No examples provided.
gemini_run_code_tool Gemini Run Code Tool ~73
Execute code using Gemini's built-in code execution. Gemini writes and runs Python code to answer questions, perform calculations, or process data.
| Name | Type | Req | Description |
|---|---|---|---|
| data | – | – | Optional data to process. |
| model | string | – | Model to use. |
| prompt | string | yes | Description of what code to write and run. |
Structured output declared, but exposes no named fields.
No examples provided.
gemini_search_tool Gemini Search Tool ~40
Search the web using Gemini with Google Search grounding.
| Name | Type | Req | Description |
|---|---|---|---|
| model | string | – | Model to use. |
| query | string | yes | The search query. |
Structured output declared, but exposes no named fields.
No examples provided.
gemini_speak_tool Gemini Speak Tool ~60
Convert text to speech.
| Name | Type | Req | Description |
|---|---|---|---|
| text | string | yes | Text to convert to speech. |
| voice | string | – | Voice name (Zephyr, Puck, Charon, Kore, Fenrir, Leda, Orus, Aoede). |
Structured output declared, but exposes no named fields.
No examples provided.
gemini_start_image_edit_tool Gemini Start Image Edit Tool ~102
Start a multi-turn image editing session. Optionally provide an existing image file as the starting point. Without file_path, Gemini generates a new image from the prompt. Use gemini_continue_image_edit_tool to make further edits.
| Name | Type | Req | Description |
|---|---|---|---|
| file_path | – | – | Optional absolute path to a local image to start from. |
| prompt | string | yes | Initial prompt (describe image or editing instructions). |
| use_google_search | boolean | – | Ground with Google Search results. |
Structured output declared, but exposes no named fields.
No examples provided.
gemini_structured_tool Gemini Structured Tool ~68
Get structured JSON output from Gemini.
| Name | Type | Req | Description |
|---|---|---|---|
| model | string | – | Model to use. |
| prompt | string | yes | The prompt to generate structured output for. |
| schema | – | – | Optional JSON schema to constrain the output. |
| use_google_search | boolean | – | Ground response with Google Search. |
Structured output declared, but exposes no named fields.
No examples provided.
gemini_summarize_pdf_tool Gemini Summarize Pdf Tool ~59
Summarize a PDF document.
| Name | Type | Req | Description |
|---|---|---|---|
| file_path | string | yes | Absolute path to the PDF. |
| model | string | – | Model to use. |
| style | string | – | Summary style (concise, detailed, executive). |
Structured output declared, but exposes no named fields.
No examples provided.
gemini_summarize_tool Gemini Summarize Tool ~70
Summarize content with Gemini.
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | The content to summarize. |
| format | string | – | Output format (paragraph, bullets, outline). |
| length | string | – | Summary length (brief, moderate, detailed). |
| model | string | – | Model to use. |
Structured output declared, but exposes no named fields.
No examples provided.
gemini_youtube_summary_tool Gemini Youtube Summary Tool ~58
Summarize a YouTube video.
| Name | Type | Req | Description |
|---|---|---|---|
| model | string | – | Model to use. |
| style | string | – | Summary style (concise, detailed, bullet_points). |
| url | string | yes | YouTube video URL. |
Structured output declared, but exposes no named fields.
No examples provided.
gemini_youtube_tool Gemini Youtube Tool ~51
Analyze a YouTube video.
| Name | Type | Req | Description |
|---|---|---|---|
| model | string | – | Model to use. |
| question | string | – | Question or instruction about the video. |
| url | string | yes | YouTube video URL. |
Structured output declared, but exposes no named fields.
No examples provided.
What is the MCP Gemini server?
MCP Gemini is listed in the public MCP registry as io.github.crunchtools/gemini. MCP server for Google Gemini AI - text, image, video, research, and more. This page covers its PyPI package (mcp-gemini-crunchtools).
Is the MCP Gemini server safe to use?
MCP Gemini scores 79 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the MCP Gemini server expose?
MCP Gemini exposes 39 tools: gemini_query_tool, gemini_brainstorm_tool, gemini_analyze_code_tool, gemini_analyze_text_tool, gemini_summarize_tool, and 34 more. Their descriptions and schemas cost roughly 2,456 tokens of context every time the server is loaded.
Is the MCP Gemini server still maintained?
MCP Gemini is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.