MCP server intelligence profile

Gemini Image MCP Server

Enables image generation and multi-turn editing sessions using the Gemini API within MCP-compatible environments. Users can create, modify, and configure images through natural language commands, supporting features like aspect ratio adjustments and session-based image…

Local Onlyjk7g14
Awaiting current scanSource Git · 9a58f6d19c73de8c0c835ac316f74beb5a107739

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
5Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

No verified installation or connection method is available in the retained evidence yet.

Identity

Canonical sluggemini-image-mcp-d6648138DeploymentLocal Only
Canonical packageRepositoryjk7g14/gemini-image-mcp
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
source_gitjk7g14/gemini-image-mcp9a58f6d19c73de8c0c835ac316f74beb5a1077391Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
source_gitjk7g14/gemini-image-mcp9a58f6d19c73de8c0c835ac316f74beb5a107739CurrentAug 25, 20265 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2025-06-18Negotiated protocol
gemini-imageServer-reported name
1Capability groups
Aug 25, 2026Observed

Tools 5

ToolCategoryAnnotationsRisk
continue_image_session기존 멀티턴 세션을 이어서 이미지를 편집합니다. 이전 대화 맥락이 유지됩니다.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "sessionId": {
      "type": "string",
      "description": "start_image_session에서 받은 세션 ID"
    },
    "prompt": {
      "type": "string",
      "description": "추가 편집 지시사항"
    },
    "outputPath": {
      "type": "string",
      "description": "결과 이미지를 저장할 파일 경로"
    },
    "imagePath": {
      "description": "추가로 참조할 이미지 경로 (선택사항)",
      "type": "string"
    }
  },
  "required": [
    "sessionId",
    "prompt",
    "outputPath"
  ]
}
edit_image기존 이미지를 프롬프트에 따라 편집합니다
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "imagePath": {
      "type": "string",
      "description": "편집할 원본 이미지 파일 경로"
    },
    "prompt": {
      "type": "string",
      "description": "이미지 편집 지시사항"
    },
    "outputPath": {
      "type": "string",
      "description": "편집된 이미지를 저장할 파일 경로"
    },
    "aspectRatio": {
      "description": "출력 이미지 비율",
      "type": "string",
      "enum": [
        "1:1",
        "2:3",
        "3:2",
        "3:4",
        "4:3",
        "4:5",
        "5:4",
        "9:16",
        "16:9",
        "21:9"
      ]
    },
    "imageSize": {
      "description": "출력 이미지 크기 (기본: 1K)",
      "type": "string",
      "enum": [
        "1K",
        "2K",
        "4K"
      ]
    },
    "model": {
      "description": "사용할 모델",
      "type": "string"
    }
  },
  "required": [
    "imagePath",
    "prompt",
    "outputPath"
  ]
}
generate_image텍스트 프롬프트로 이미지를 생성합니다
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "prompt": {
      "type": "string",
      "description": "이미지 생성을 위한 텍스트 프롬프트"
    },
    "outputPath": {
      "type": "string",
      "description": "생성된 이미지를 저장할 파일 경로"
    },
    "aspectRatio": {
      "description": "이미지 비율 (기본: 1:1)",
      "type": "string",
      "enum": [
        "1:1",
        "2:3",
        "3:2",
        "3:4",
        "4:3",
        "4:5",
        "5:4",
        "9:16",
        "16:9",
        "21:9"
      ]
    },
    "imageSize": {
      "description": "이미지 크기 (기본: 1K). 4K는 pro 모델만 지원",
      "type": "string",
      "enum": [
        "1K",
        "2K",
        "4K"
      ]
    },
    "model": {
      "description": "사용할 모델 (기본: gemini-3-pro-image-preview)",
      "type": "string"
    }
  },
  "required": [
    "prompt",
    "outputPath"
  ]
}
get_image_config_info이미지 생성/편집에 사용 가능한 설정 옵션 정보를 반환합니다
Input schema
{
  "type": "object",
  "properties": {}
}
start_image_session멀티턴 이미지 편집 세션을 시작합니다. 이전 맥락을 유지하며 반복 수정이 가능합니다.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "prompt": {
      "type": "string",
      "description": "첫 번째 이미지 생성/편집 지시사항"
    },
    "outputPath": {
      "type": "string",
      "description": "결과 이미지를 저장할 파일 경로"
    },
    "imagePath": {
      "description": "편집할 원본 이미지 경로 (없으면 텍스트로 새 이미지 생성)",
      "type": "string"
    },
    "aspectRatio": {
      "description": "이미지 비율",
      "type": "string",
      "enum": [
        "1:1",
        "2:3",
        "3:2",
        "3:4",
        "4:3",
        "4:5",
        "5:4",
        "9:16",
        "16:9",
        "21:9"
      ]
    },
    "imageSize": {
      "description": "이미지 크기 (기본: 1K)",
      "type": "string",
      "enum": [
        "1K",
        "2K",
        "4K"
      ]
    },
    "model": {
      "description": "사용할 모델",
      "type": "string"
    }
  },
  "required": [
    "prompt",
    "outputPath"
  ]
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

Gemini Image MCP Server questions

How do I install Gemini Image MCP Server?

No verified package installation command is available in the retained catalog evidence.

What tools does Gemini Image MCP Server provide?

Gemini Image MCP Server exposed 5 tools during independent protocol observation, including continue_image_session, edit_image, generate_image, get_image_config_info, start_image_session.

Is Gemini Image MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Company and product intelligence

These internal links are derived from strong identity fields such as the implementation name, package, repository, vendor, and listing name—not generic description prose.

Associated company landscape

Google intelligence →

Association is based on retained identity fields; it does not by itself prove first-party publication.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.