Back to Browse

Gemini 3 Online MCP Server

AI & MLModerate7.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Gemini 3 Online is an online chat interface that lets users interact with the Gemini 3 model for

About

Gemini 3 Online is an online chat interface that lets users interact with the Gemini 3 model for

Security Report

7.2
Moderate7.2Low Risk

This is a well-structured, read-only MCP server with excellent security practices. The server provides canonical information about Gemini 3 Online with no authentication requirements (appropriate for read-only public data), no network calls, no file I/O, no credential handling, and clean code with proper error handling. Permissions are minimally scoped to the server's purpose. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity).

4 files analyzed ยท 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

process_spawn

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-rocnubie-gemini-3-online-mcp": {
      "args": [
        "-y",
        "msa-gemini-3-online-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Gemini 3 Online MCP Server

Gemini 3 Online - Chat with Gemini 3

MCP Badge smithery Stdio Transport Node MCP License: MIT

A Model Context Protocol server that exposes the canonical Gemini 3 Online knowledge surface โ€” models, prompts, and chat workflows, pricing, FAQ, official links โ€” to MCP-compatible AI clients such as Claude Desktop, Cursor, Windsurf, and Continue. Read-only, no API keys, no quota, ~50 ms cold start.

Official website: https://gemini-3.online

๐Ÿ’ฌ About Gemini 3 Online

Gemini 3 Online is a web-based AI creative platform built around Google's Gemini Pro models and Veo 3 video generation technology. It gives users access to a suite of image and video creation tools directly in the browser, without requiring local setup or specialized hardware. From generating images via text prompts to converting photos into short videos, the platform covers a broad range of generative media tasks under one interface. It supports over 100 languages for prompt input and outputs files in common formats including PNG, JPG, WebP, and 4K MP4, making it practical for both personal and professional workflows.

Key Features

  • Text-to-image generation with multiple model options including Nano Banana, Flux, Qwen, and Seedream, selectable per generation
  • Image editing tools spanning 13 specialized editors: photo enhancement, background modification, hairstyle changes, text removal, AI 3D figure creation, and more
  • Veo 3 video generation for creating short AI-generated videos, with an image-to-video conversion path
  • Trend Prompts โ€” a curated prompt inspiration system covering styles such as Polaroid, anime-to-real, room design, and product photography
  • Aspect ratio and quality controls with credit-based generation quotas, batch processing available on premium tiers
  • API access for enterprise users who want to integrate generative capabilities into their own applications

Use Cases

  • A designer needs a set of product mockup images in consistent style โ€” they use the image generation tool with a shared prompt template across aspect ratios
  • A content creator wants to turn a static photo into a short animated clip for social media โ€” they use the image-to-video conversion with Veo 3
  • A small marketing team produces localized campaign visuals in multiple languages by submitting prompts in their native language directly
  • A developer building a media app evaluates the API tier to automate image generation within their pipeline
  • An educator preparing visual course materials uses the photo editing and enhancement tools to produce clean, professional-looking illustrations without design software

Who Is It For

Gemini 3 Online fits people who need generative image or video output regularly but do not want to manage local AI model installations or complex API configurations. Digital artists, content creators, and marketing professionals will find the breadth of editing tools and model choices useful for iterating on visual ideas quickly. Developers and small studios evaluating AI media generation for integration purposes can explore the platform through its free tier before committing to API access. The multilingual prompt support makes it accessible to non-English-speaking users working in regional markets, and the credit-based pricing lets occasional users pay only for what they need rather than committing to a subscription.

Tools

list_models

Return the canonical list of chat models exposed on the site, with capability notes. (Gemini 3 Online)

Input: no parameters. Returns: text/markdown.

get_pricing

Return the canonical pricing entry point for Gemini 3 Online.

Input: no parameters. Returns: text/markdown.

get_official_links

Return the canonical list of official links for Gemini 3 Online (website, support, docs when available).

Input: no parameters. Returns: text/markdown.

Resources

  • site://gemini-3-online/models โ€” Supported chat models and capability notes.
  • site://gemini-3-online/pricing โ€” Canonical pricing entry point.
  • site://gemini-3-online/faq โ€” Short FAQ generated from public site metadata.
  • site://gemini-3-online/links โ€” Canonical URLs to share with users.

Prompts

tell_me_about_gemini_3_online

Summarize what the site is, who it's for, and how it works. โ€” Gemini 3 Online

start_chat_session_gemini_3_online

Open a chat-evaluation session against the site's models, with sensible defaults. โ€” Gemini 3 Online

Installation

Install via Smithery

npx -y @smithery/cli install gemini-3-online-mcp --client claude

(Replace claude with cursor, windsurf, or continue for those clients.)

Install from source

git clone https://github.com/rocnubie/gemini-3-online-mcp.git
cd gemini-3-online-mcp
pnpm install

Then add to your MCP client config (claude_desktop_config.json for Claude Desktop, mcp.json for Cursor / Windsurf / Continue):

{
  "mcpServers": {
    "gemini-3-online-mcp": {
      "command": "node",
      "args": [
        "/absolute/path/to/gemini-3-online-mcp/src/index.mjs"
      ]
    }
  }
}

Debug with MCP Inspector

npx @modelcontextprotocol/inspector node src/index.mjs

Official Links

Development

pnpm install
pnpm start                 # run the server over stdio

License

MIT

Reviews

No reviews yet

Be the first to review this server!

Gemini 3 Online MCP Server - Gemini 3 Online is an online chat interface that lets users | MCP Marketplace