Access Google's most capable AI models through a single MCP tool.
A Model Context Protocol (MCP) server that exposes Google Gemini's API for generating text using state-of-the-art large language models.
The Gemini MCP Server provides direct access to Google's Gemini LLMs:
Perfect for:
gemini-2.5-proOutput:
{
"prompt": "Summarize the history of the internet",
"response": "The internet began as ARPANET in the late 1960s..."
}usage Example:
POST /mcp/gemini/gemini_ai_generate_text
{
"query": "Summarize the history of the internet",
"model": "gemini-2.5-flash"
}