mcp-gemini-server and gemini-grounding
These two tools are complements: A wraps the `@google/genai` SDK to expose Gemini capabilities as MCP tools, while B leverages Gemini's grounding capabilities as an MCP server, suggesting that B could utilize the Gemini models exposed as MCP tools by A.
About mcp-gemini-server
bsmi021/mcp-gemini-server
This project provides a dedicated MCP (Model Context Protocol) server that wraps the @google/genai SDK. It exposes Google's Gemini model capabilities as standard MCP tools, allowing other LLMs (like Cline) or MCP-compatible systems to leverage Gemini's features as a backend workhorse.
This server helps other AI systems and large language models (LLMs) like Claude use Google's Gemini for complex tasks. It takes publicly available web content like image URLs, YouTube videos, or web pages and processes them using Gemini's advanced analysis and generation features. This is ideal for AI developers or system integrators who want to add Gemini's capabilities to their existing AI applications through a standardized interface.
About gemini-grounding
epilande/gemini-grounding
An MCP server that provides real-time information using Google Gemini's grounding capabilities
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work