Skip to main content
Glama

Gemini MCP Image Generation Server

by sanxfxteam

제미니 이미지 생성 MCP 서버

이는 Google의 Gemini 2 API를 사용하여 이미지 생성 기능을 제공하는 MCP(Model Context Protocol) 서버입니다.

빠른 시작

  1. Gemini API 키 받기
  2. Claude Desktop 구성
    • 구성 파일을 찾으세요.지엑스피1
    • Gemini 구성 추가:
      { "mcpServers": { "gemini-imagen": { "command": "npx", "args": ["-y", "github:sanxfxteam/gemini-mcp-server"], "env": { "GEMINI_API_KEY": "your_api_key_here" } } } }
  3. Claude Desktop을 다시 시작하세요

설정

  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를 통한 모델 컨텍스트 프로토콜을 사용하여 통신합니다.

You must be authenticated.

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

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Google의 Gemini 2 API를 사용하여 이미지 생성 기능을 제공하는 모델 컨텍스트 프로토콜 서버로, 사용자는 프롬프트, 종횡비, 인물 생성 설정 등의 사용자 정의 매개변수를 사용하여 여러 이미지를 생성할 수 있습니다.

  1. 빠른 시작
    1. 설정
      1. 용법
        1. 사용 가능한 도구
      2. 노트

        Related MCP Servers

        • A
          security
          F
          license
          A
          quality
          A Model Context Protocol server that provides image generation capabilities using the Ideogram API, allowing users to create images from text prompts with customizable parameters.
          Last updated -
          1
          97
          3
          TypeScript
        • A
          security
          F
          license
          A
          quality
          A Model Context Protocol server that provides an image generation tool using Templated.io, allowing users to create customized images based on templates with text and image layers.
          Last updated -
          TypeScript
          • Apple
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that enables generation of high-quality images using the Flux.1 Schnell model via Together AI, allowing users to create images from text prompts with customizable dimensions.
          Last updated -
          1
          8
          Python
          MIT License
          • Apple
        • -
          security
          A
          license
          -
          quality
          A server that provides AI-powered image generation, modification, and processing capabilities through the Model Context Protocol, leveraging Google Gemini models and other image services.
          Last updated -
          6
          Python
          MIT License
          • Linux
          • Apple

        View all related MCP servers

        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