Gemini 3 Online MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Gemini 3 Online MCP Serverwhat models are available?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Gemini 3 Online MCP Server
Gemini 3 Online - Chat with Gemini 3
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.
Related MCP server: DeepSeek FR MCP Server
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 installThen 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.mjsOfficial Links
Website: https://gemini-3.online
Pricing: https://gemini-3.online/pricing
Support: support@gemini-3.online
Development
pnpm install
pnpm start # run the server over stdioLicense
MIT
Available Tools
3 toolsget_official_linksA
Return the canonical list of official links for Gemini 3 Online (website, support, docs when available).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It indicates a read-only operation ('Return') and adds the caveat that docs are included 'when available,' which is useful. However, it does not detail the exact return format or any potential limitations (e.g., if links are missing). The core behavior is transparent enough for a simple tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, well-structured sentence with no wasted words. It conveys the essential information immediately.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (no parameters, no annotations, no output schema), the description provides a sufficient overview of what the tool returns. It could be more explicit about the exact structure of the links, but for typical use cases, the description is adequate.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has zero parameters, so the description adds no parameter semantics beyond what the schema shows. Per the rubric, a 0-parameter tool gets a baseline of 4, which is appropriate here.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function with a specific verb ('Return') and resource ('canonical list of official links for Gemini 3 Online'), and even specifies the categories of links (website, support, docs). This clearly distinguishes it from siblings list_models and get_pricing, which have different purposes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no explicit when-to-use guidance or mention of alternatives. The intended usage is implied by the tool's name and purpose, but the description does not provide context such as 'Use this when you need official URLs' or 'For pricing, use get_pricing.' Thus it meets the criterion for implied usage but lacks clear guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_pricingA
Return the canonical pricing entry point for Gemini 3 Online.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must disclose behavioral traits. It only says 'Return' without explaining whether the result is a URL, object, or other type, nor does it mention authentication, side effects, or other relevant behavior. This is minimal disclosure.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, focused sentence with no filler. It front-loads the core action and resource, making it highly concise and well-structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the simplicity of the tool (no parameters, no annotations, no output schema), the description provides basic purpose but leaves the return format ambiguous. The term 'pricing entry point' could be interpreted in multiple ways, and without an output schema, more detail about the return value would improve completeness.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the schema is trivially complete and requires no additional explanation. The description does not need to add parameter semantics, and it does not contradict the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb 'Return' and clearly identifies the resource as 'canonical pricing entry point for Gemini 3 Online.' This is distinct from sibling tools like list_models and get_official_links, making the purpose immediately clear.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies that the tool is used to retrieve pricing information, but it does not explicitly state when to use it over alternatives. No exclusions or alternative guidance are provided, leaving the usage context inferred rather than stated.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_modelsA
Return the canonical list of chat models exposed on the site, with capability notes. (Gemini 3 Online)
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description must carry the behavioral disclosure burden. It does add context by noting the list is 'canonical' and includes 'capability notes,' which hints at the scope and content. However, it does not explicitly state that the operation is read-only, side-effect-free, or whether authentication is required. For a simple list tool, this is adequate but not highly transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, concise sentence that front-loads the core action ('Return the canonical list of chat models') and adds a small detail ('with capability notes'). Every word earns its place, with no redundancy or filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (no parameters, no output schema), the description provides the essential information: what it returns and that it includes capability notes. It does not specify the exact return structure, but for a list endpoint this is sufficiently complete for an agent to invoke it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the input schema is empty and schema coverage is 100%. Per the rubric, 0 parameters gives a baseline of 4. The description appropriately adds no parameter details because there are none to document.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns 'the canonical list of chat models exposed on the site, with capability notes.' It uses a specific verb ('return') and resource ('canonical list of chat models'), and the mention of 'capability notes' adds specificity. It distinguishes itself from siblings like get_pricing and get_official_links by focusing on models rather than pricing or links.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage when one needs the list of chat models, but it does not explicitly state when to use this tool versus alternatives such as get_pricing or get_official_links. It provides no exclusions or cross-references, so guidance is implied rather than explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
3 tool updates
v0.1.0- First observed
get_official_links - First observed
get_pricing - First observed
list_models
TDQS
Each tool targets a distinct aspect: models, pricing, and official links. There is no overlap in purpose, so an agent can easily select the right tool.
All tool names follow a consistent verb_noun pattern (list_models, get_pricing, get_official_links) with lowercase and underscores. The slight variation between 'list' and 'get' is minimal and does not detract from the overall consistency.
With only 3 tools, the server is tightly scoped to provide straightforward informational access. This count is ideal for the server's purpose and avoids unnecessary complexity.
The server covers the core information needs for Gemini 3 Online: available models, pricing, and official links. No obvious gaps exist for the intended use case.
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Read-only MCP tools for AI agent discovery, structured resources, and NIULAI information.
MCP gateway for getbotlens.com: articles, search and full text. Read-only, no auth.
Public, read-only MCP server for FarmNeural company facts, packages, and capabilities.
Knowledge base MCP for AI agents on iknow.dev. Search, read, and maintain via OAuth.
Related MCP Servers
- AlicenseAqualityCmaintenanceProvides read-only access to LessonLab's lesson workflow, pricing, FAQ, and official links for MCP-compatible AI clients.3MIT
- AlicenseAqualityDmaintenanceExposes canonical knowledge about DeepSeek FR (models, pricing, FAQ, official links) to MCP-compatible AI clients, enabling querying of site information without API keys.3MIT
- AlicenseAqualityCmaintenanceProvides read-only access to Gemma AI's free chat models, pricing, FAQs, and official links for MCP-compatible clients.3MIT
- AlicenseAqualityCmaintenanceExposes Maker AI's knowledge surface (video generation workflows, pricing, FAQ, official links) to MCP-compatible AI clients like Claude Desktop, Cursor, and Windsurf. Read-only, no API keys required.3MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/rocnubie/gemini-3-online-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server