🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

gemini-mcp-power

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gemini-mcp-power

MCP server for Google Gemini AI with custom proxy endpoint support - text, image, speech, video, music generation and transcription

latest
npmnpm
Version
1.0.7
Version published
Weekly downloads
22
46.67%
Maintainers
1
Weekly downloads
 
Created
Source

gemini-mcp-power

MCP server for Google Gemini AI with custom proxy endpoint support.

Features

  • Text Generation - Generate text using Gemini models
  • Image Generation - Create images from text prompts
  • Speech Generation (TTS) - Convert text to speech with multiple voices
  • Audio Transcription - Transcribe audio files to text
  • Video Generation - Generate videos from text prompts (async)

Installation

npm install -g gemini-mcp-power

Configuration

Add to your MCP config (e.g., .kiro/settings/mcp.json):

{
  "mcpServers": {
    "gemini": {
      "command": "npx",
      "args": ["-y", "gemini-mcp-power"],
      "env": {
        "GEMINI_API_KEY": "your-api-key",
        "GEMINI_BASE_URL": "https://your-proxy-endpoint.com"
      }
    }
  }
}

Environment Variables

  • GEMINI_API_KEY (required) - Your Gemini API key
  • GEMINI_BASE_URL (optional) - Custom proxy endpoint URL
  • GEMINI_MODEL_TEXT (optional) - Text generation model (default: gemini-3-flash)
  • GEMINI_MODEL_IMAGE (optional) - Image generation model (default: gemini-3-pro-image-preview)
  • GEMINI_MODEL_SPEECH (optional) - TTS model (default: gemini-2.5-flash-preview-tts)
  • GEMINI_MODEL_VIDEO (optional) - Video generation model (default: veo-3.1-generate-preview)

Available Tools

ToolDescription
gemini_textGenerate text
gemini_generate_imageGenerate images
gemini_generate_speechText-to-speech
gemini_transcribe_audioAudio transcription
gemini_generate_videoStart video generation
gemini_check_videoCheck video status and download

Usage Examples

Text Generation

Generate a product description for a smartwatch

Image Generation

Generate an image of a sunset beach, save to /path/to/image.png

Speech Generation

Supported voices: Puck, Charon, Kore, Fenrir, Aoede

Convert text to speech, save to /path/to/audio.wav

Video Generation

Video generation is async - use gemini_generate_video to start, then gemini_check_video to download when ready.

License

MIT

Keywords

mcp

FAQs

Package last updated on 07 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts