
Research
/Security News
Chrome and Firefox Extensions Posing as Free VPNs Add Clipboard Stealers via Malicious Updates
Malicious Chrome and Firefox extensions posed as free VPNs while stealing clipboard data through later extension updates.
gemini-mcp-power
Advanced tools
MCP server for Google Gemini AI with custom proxy endpoint support - text, image, speech, video, music generation and transcription
MCP server for Google Gemini AI with custom proxy endpoint support.
npm install -g gemini-mcp-power
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"
}
}
}
}
GEMINI_API_KEY (required) - Your Gemini API keyGEMINI_BASE_URL (optional) - Custom proxy endpoint URLGEMINI_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)| Tool | Description |
|---|---|
gemini_text | Generate text |
gemini_generate_image | Generate images |
gemini_generate_speech | Text-to-speech |
gemini_transcribe_audio | Audio transcription |
gemini_generate_video | Start video generation |
gemini_check_video | Check video status and download |
Generate a product description for a smartwatch
Generate an image of a sunset beach, save to /path/to/image.png
Supported voices: Puck, Charon, Kore, Fenrir, Aoede
Convert text to speech, save to /path/to/audio.wav
Video generation is async - use gemini_generate_video to start, then gemini_check_video to download when ready.
MIT
FAQs
MCP server for Google Gemini AI with custom proxy endpoint support - text, image, speech, video, music generation and transcription
The npm package gemini-mcp-power receives a total of 4 weekly downloads. As such, gemini-mcp-power popularity was classified as not popular.
We found that gemini-mcp-power demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Research
/Security News
Malicious Chrome and Firefox extensions posed as free VPNs while stealing clipboard data through later extension updates.

Research
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.