gemini-web-mcp
Related Servers
Alternatives to gemini-web-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceMCP server that enables Claude Code to interact with Google's Gemini API for code analysis, chat, and summarization tasks.89 npmMIT
- FlicenseNot gradedqualityDmaintenanceMCP server for Google's Gemini CLI with OAuth, enabling use of Gemini through Claude Desktop/Code without API keys – just log in with a Google account.1-
- AlicenseAqualityDmaintenanceMCP server for Google Gemini that enables image generation, editing, file analysis, and chat using browser cookies, no API key needed.655AGPL 3.0
- AlicenseNot gradedqualityCmaintenanceA lightweight MCP server that exposes Google Gemini as tools for Claude Code, enabling question answering, code analysis, multi-turn chat, and model listing.42 npmMIT
- AlicenseAqualityFmaintenanceModel Context Protocol (MCP) server implementation that enables Claude Desktop to interact with Google's Gemini AI models.644 npm259MIT
- AlicenseNot gradedqualityDmaintenanceMCP server to control Gemini web interface via CDP for AI image generation, chat, and image extraction.833MIT
TDQS
Scored across 6 tools
Each tool has a clearly distinct purpose: starting a new conversation, continuing an existing one, listing models, listing conversations, viewing history, and deleting. The overlap between new and continue is resolved by explicit descriptions of creating vs. continuing.
All tools share the gemini_ prefix and mostly follow a resource_verb pattern (chat_new, chat_continue, chat_list, chat_delete, models_list). The exception is gemini_chat_history, where 'history' is a noun rather than a verb, creating a minor inconsistency.
With 6 tools, the server is well-scoped for chat conversation management. Each tool serves a distinct function in the lifecycle (create, continue, list, read history, delete) plus model discovery, without unnecessary bloat.
The tool set covers the complete workflow: create a conversation, continue it, list all conversations, retrieve full history, and delete. Model listing supports selecting the right model upfront. No obvious gaps remain for the stated purpose of interacting with Gemini conversations.