MCP.so
登录

Gemini Mcp

@RLabs-Inc

关于 Gemini Mcp

MCP Server that enables Claude code to interact with Gemini

基本信息

分类

AI 与智能体

许可证

MIT license

运行时

node

传输方式

stdio

发布者

RLabs-Inc

提交者

Rodrigo Luglio

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "gemini-mcp": {
      "command": "bun",
      "args": [
        "run",
        "build"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Gemini Mcp?

Gemini Mcp is a Model Context Protocol (MCP) server that integrates Google's Gemini 3 models with Claude Code, enabling direct access to Gemini's capabilities—such as image/video generation, deep research, code execution, and web search—from within a Claude Code session. It is designed for developers who want to combine Gemini's creative and analytical tools with Claude's coding and reasoning workflows, and it also ships with a standalone CLI.

How to use Gemini Mcp?

Install via npm (@rlabs-inc/gemini-mcp) and add it to Claude Code with claude mcp add gemini -s user -- env GEMINI_API_KEY=YOUR_KEY npx -y @rlabs-inc/gemini-mcp. Alternatively, install globally (npm install -g @rlabs-inc/gemini-mcp) and use the gcli CLI. Set your API key once with gcli config set api-key YOUR_KEY and then invoke any tool (e.g., gcli image, gcli search) directly from the terminal.

Key features of Gemini Mcp

  • Deep research agent with web search and citations
  • 4K image generation with 10 aspect ratios
  • Multi-turn image editing through conversation
  • Video generation using Veo 2.0 (async polling)
  • Code execution with Python libraries (numpy, pandas, matplotlib)
  • Real-time web search with inline citations

Use cases of Gemini Mcp

  • Generate UI mockups and React components during a Claude Code development session
  • Analyze YouTube videos by URL with timestamp clipping and summarization
  • Extract tables and data from PDFs, DOCX, and spreadsheets
  • Brainstorm solutions collaboratively between Claude and Gemini
  • Summarize long documents at configurable detail levels (brief, moderate, detailed)

FAQ from Gemini Mcp

What API key is required?

A Google Gemini API key from Google AI Studio — it is free and takes seconds to obtain.

How do I handle rate limits (429 errors)?

Set GEMINI_MODEL=gemini-3-flash-preview to use the Flash model for initialization (higher rate limits), or upgrade to a paid Google AI plan.

Where are generated files saved?

Files are saved to the directory specified by GEMINI_OUTPUT_DIR (defaults to ./gemini-output in the working directory).

What models does Gemini Mcp use?

It uses Gemini 3 Pro/Flash for queries, Nano Banana Pro for images, Veo 2.0 for videos, and supports configurable model overrides via environment variables.

How can I troubleshoot connection issues?

Verify your API key at Google AI Studio, check the server status with claude mcp list, and enable verbose logging by setting VERBOSE=true in the environment.

评论

AI 与智能体 分类下的更多 MCP 服务器