Skip to main content
Glama
sanxfxteam

Gemini MCP Image Generation Server

by sanxfxteam

Gemini 图像生成 MCP 服务器

这是一个模型上下文协议 (MCP) 服务器,它使用 Google 的 Gemini 2 API 提供图像生成功能。

快速入门

  1. 获取 Gemini API 密钥

  2. 配置 Claude 桌面

    • 找到您的配置文件:

      Mac: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json Linux: ~/.config/Claude/claude_desktop_config.json
    • 添加 Gemini 配置:

      { "mcpServers": { "gemini-imagen": { "command": "npx", "args": ["-y", "github:sanxfxteam/gemini-mcp-server"], "env": { "GEMINI_API_KEY": "your_api_key_here" } } } }
  3. 重启Claude桌面

Related MCP server: Image Toolkit MCP Server

设置

  1. 安装依赖项:

npm install
  1. 设置您的环境变量:在根目录中创建一个.env文件并添加您的 Google API 密钥:

GEMINI_API_KEY=your_api_key_here

用法

运行服务器:

npm start

测试

npx @modelcontextprotocol/inspector npm run start

可用工具

生成图像

使用 Gemini 2 的实验图像生成 API 生成图像。

参数:

  • prompt (字符串,必需):要生成的图像的描述

  • numSamples (数字,可选,默认值:4):要生成的图像数量

  • aspectRatio (字符串,可选,默认值:'1:1'):生成图像的纵横比

  • personGeneration (字符串,可选,默认值:'ALLOW_ADULT'):人员生成设置

MCP 请求示例:

{ "tool": "generateImage", "params": { "prompt": "A serene mountain landscape at sunset", "numSamples": 2, "aspectRatio": "16:9" } }

笔记

  • 该服务器使用 Gemini 2 的实验性图像生成功能

  • 确保您拥有来自 Google 的适当访问权限和 API 密钥

  • 服务器使用模型上下文协议通过 stdio 进行通信

One-click Deploy
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sanxfxteam/gemini-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server