Exposes the Gemini 3 Online generative media platform through MCP tools and resources. Gives you read-only access to model lists, pricing info, FAQs, and official links without needing API keys. Ships three tools: list_models returns available chat models, get_pricing pulls current credit tiers, and get_official_links surfaces canonical URLs. Two prompts help you summarize the platform or kick off a chat session. The underlying service is a web-based image and video generator built on Google's Gemini Pro and Veo 3, supporting text-to-image, 13 specialized editors, and image-to-video conversion. Useful if you're evaluating the platform from Claude Desktop or want quick reference data on their capabilities and costs during a conversation.
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
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.
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.
list_modelsReturn the canonical list of chat models exposed on the site, with capability notes. (Gemini 3 Online)
Input: no parameters. Returns: text/markdown.
get_pricingReturn the canonical pricing entry point for Gemini 3 Online.
Input: no parameters. Returns: text/markdown.
get_official_linksReturn the canonical list of official links for Gemini 3 Online (website, support, docs when available).
Input: no parameters. Returns: text/markdown.
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.tell_me_about_gemini_3_onlineSummarize what the site is, who it's for, and how it works. — Gemini 3 Online
start_chat_session_gemini_3_onlineOpen a chat-evaluation session against the site's models, with sensible defaults. — Gemini 3 Online
npx -y @smithery/cli install gemini-3-online-mcp --client claude
(Replace claude with cursor, windsurf, or continue for those clients.)
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"
]
}
}
}
npx @modelcontextprotocol/inspector node src/index.mjs
pnpm install
pnpm start # run the server over stdio
MIT
io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage
io.github.mikerawsonnz/llm-orchestration-agent
io.github.mikerawsonnz/authenticated-llm-agent
labforgedev/copilot-memory-mcp
csoai-org/agent-prompt-injection-firewall-mcp
io.github.mikerawsonnz/authenticated-multi-llm-agent