Gemini Interactions MCP
Click on "Deploy 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 Interactions MCPask what is quantum computing?"
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 Interactions MCP
A FastMCP server for stateful Gemini conversations with automatic Google Search grounding.
Features
Stateful Conversations: Maintain context across queries via
interaction_idGoogle Search Grounding: Model automatically searches the web when needed
URL Context: Parse and analyze linked web pages
Thinking Levels: Control reasoning depth (minimal, medium, high)
Related MCP server: Gemini Research MCP Server
Setup
uv sync
cp .env.example .env
# Edit .env with your GEMINI_API_KEYGet your API key from: https://aistudio.google.com/app/apikey
Usage
uv run python server.pyTools
Tool | Thinking Level | Description |
| minimal | Quick web search, structured results |
| medium | Balanced grounded answers |
| high | Deep reasoning with grounding |
All tools support interaction_id for stateful follow-up conversations.
Claude Desktop Integration
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"gemini": {
"command": "uv",
"args": ["run", "python", "/path/to/gemini-interactions-mcp/server.py"],
"env": {
"GEMINI_API_KEY": "your_api_key_here"
}
}
}
}License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for Google search results via SERP API
An MCP server that provides an API to LLMs to manage their JumpCloud resources.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Related MCP Servers
- AlicenseAqualityCmaintenanceImplementation of Model Context Protocol (MCP) server that provides tools for accessing Google Cloud's Vertex AI Gemini models, supporting features like web search grounding and direct knowledge answering for coding assistance and general queries.2030 npm88MIT
- AlicenseAqualityBmaintenanceMCP server for AI-powered research using Gemini. Provides fast grounded web search, deep autonomous research, URL extraction, and session management.69MIT
- AlicenseNot gradedqualityDmaintenanceMCP server that integrates Google's Gemini 2.5 Pro with real-time Google Search grounding for current information retrieval.59 npmMIT
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server that provides AI-powered Google search functionality using Gemini.1-