Gemini Interactions MCP
Click on "Install 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: geminicli-mcp
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DigiBugCat/gemini-interactions-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server