Install gemini-gen-mcp from PyPI
Install exact version 0.0.4. The executable name has not been verified, so it is intentionally not guessed.
python -m pip install 'gemini-gen-mcp==0.0.4'MCP server for generating images and audio using Google's Gemini AI models
Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.
Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.
Install exact version 0.0.4. The executable name has not been verified, so it is intentionally not guessed.
python -m pip install 'gemini-gen-mcp==0.0.4'| Canonical slug | gemini-gen-mcp-c88f3a86 | Deployment | Local Only |
|---|---|---|---|
| Canonical package | pypi:gemini-gen-mcp | Repository | ServiceStack/gemini-gen-mcp |
| First published | Jan 19, 2026 | Latest release | Jan 19, 2026 |
| Last security verification | — | Classification confidence | 90% |
| Publication | Draft | Official distribution | Not verified |
| Channel | Identifier | Current version | Versions | Source |
|---|---|---|---|---|
| pypi | gemini-gen-mcp | 0.0.4 | 1 | Repository |
| Package | Version | Published / observed | Inventory | Security scan |
|---|---|---|---|---|
| pypigemini-gen-mcp | 0.0.4Current | Jan 19, 2026 | 2 toolsSucceeded · 0 resources · 0 prompts | Evidence restricted |
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
No public current-version evidence is available yet.
| Tool | Category | Annotations | Risk |
|---|---|---|---|
text_to_imageGenerate images from text using Gemini's Flash (Nano Banana) Image models.Input schema{
"additionalProperties": false,
"properties": {
"prompt": {
"description": "Text description of the image to generate",
"type": "string"
},
"model": {
"description": "Supported Gemini image generation models.",
"enum": [
"gemini-2.5-flash-image",
"gemini-3-pro-image-preview"
],
"type": "string",
"default": "gemini-2.5-flash-image"
},
"aspect_ratio": {
"description": "Supported aspect ratios for image generation.",
"enum": [
"1:1",
"2:3",
"3:2",
"3:4",
"4:3",
"4:5",
"5:4",
"9:16",
"16:9",
"21:9"
],
"type": "string",
"default": "1:1"
},
"temperature": {
"default": 1,
"description": "Sampling temperature for image generation (default: 1.0)",
"type": "number"
},
"top_p": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"default": null,
"description": "Nucleus sampling parameter for image generation (optional)"
}
},
"required": [
"prompt"
],
"type": "object"
} | — | — | |
text_to_speechGenerate speech audio from text using Gemini Flash TTS model.Input schema{
"additionalProperties": false,
"properties": {
"text": {
"description": "Text to convert to speech",
"type": "string"
},
"model": {
"description": "Supported Gemini image generation models.",
"enum": [
"gemini-2.5-flash-preview-tts",
"gemini-2.5-pro-preview-tts"
],
"type": "string",
"default": "gemini-2.5-flash-preview-tts"
},
"voice": {
"description": "TTS models voice names.",
"enum": [
"Zephyr",
"Kore",
"Orus",
"Autonoe",
"Umbriel",
"Erinome",
"Laomedeia",
"Schedar",
"Achird",
"Sadachbia",
"Puck",
"Fenrir",
"Aoede",
"Enceladus",
"Algieba",
"Algenib",
"Achernar",
"Gacrux",
"Zubenelgenubi",
"Sadaltager",
"Charon",
"Leda",
"Callirrhoe",
"Iapetus",
"Despina",
"Rasalgethi",
"Alnilam",
"Pulcherrima",
"Vindemiatrix",
"Sulafat"
],
"type": "string",
"default": "Kore"
}
},
"required": [
"text"
],
"type": "object"
} | — | — |
| Endpoint | Transport | Authentication | Health | Observed |
|---|---|---|---|---|
| No verified remote endpoint is linked. | ||||
Install the selected package version with: python -m pip install 'gemini-gen-mcp==0.0.4'
Gemini Gen MCP Server exposed 2 tools during independent protocol observation, including text_to_image, text_to_speech.
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
These internal links are derived from strong identity fields such as the implementation name, package, repository, vendor, and listing name—not generic description prose.
Association is based on retained identity fields; it does not by itself prove first-party publication.
Curated product and capability guides containing this catalog record.