探索
Gemini MCP Server

Gemini MCP Server

基于Gemini 2 API的图像生成MCP服务
2.5分
4
2025-04-28 14:42:24
安装
内容详情
替代品
安装
复制以下命令到你的Client进行配置
{
       "mcpServers": {
         "gemini-imagen": {
           "command": "npx",
           "args": ["-y", "github:sanxfxteam/gemini-mcp-server"],
           "env": {
             "GEMINI_API_KEY": "your_api_key_here"
           }
         }
       }
     }
注意:您的密钥属于敏感信息,请勿与任何人分享。