Gemini MCP Server Enhanced v2.5
@ivangrynenko
About Gemini MCP Server Enhanced v2.5
Enhanced MCP server for Google Gemini 2.5 Pro Preview with 16 powerful tools. Compatible with Claude Desktop.
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Gemini MCP Server Enhanced v2.5?
Gemini MCP Server Enhanced v2.5 is a Model Context Protocol (MCP) server that provides comprehensive access to Google's Gemini 2.5 Pro Preview AI capabilities. It enables text generation, image analysis, code generation, chat conversations, content creation, and safety moderation through Claude Desktop or custom WebSocket integrations.
How to use Gemini MCP Server Enhanced v2.5?
Clone the repository, install dependencies with npm install, build with npm run build, obtain a Gemini API key from Google AI Studio, configure Claude Desktop (in claude_desktop_config.json with the GEMINI_API_KEY environment variable pointing to dist/stdio.js), and restart Claude Desktop. Then use the provided tools (e.g., generate_text, analyze_image) in your conversations.
Key features of Gemini MCP Server Enhanced v2.5
- Full MCP protocol support with stdio transport for Claude Desktop
- WebSocket support for custom integrations
- Real-time response streaming
- Secure API key handling via environment variables
- Tools for text generation, image analysis, and code generation
- Chat conversations with context memory and session management
- Content creation and safety/moderation capabilities
Use cases of Gemini MCP Server Enhanced v2.5
- Generate creative text with customizable temperature and token limits
- Analyze images, extract text (OCR), and compare multiple images
- Generate, explain, refactor, and convert code between programming languages
- Conduct chat conversations with session management and summarization
- Translate, summarize, rewrite text, and generate structured data (JSON, YAML, CSV, XML, TOML)
FAQ from Gemini MCP Server Enhanced v2.5
What runtime does it require?
Node.js and npm are required. The project is a TypeScript implementation with ES modules.
How do I get a Gemini API key?
Visit Google AI Studio (makersuite.google.com/app/apikey) and create a new API key.
Where are API keys stored?
API keys are handled exclusively via the GEMINI_API_KEY environment variable in the Claude Desktop configuration. No sensitive data is logged or stored by the server.
What are the context window limits?
The current model supports a 1M token context window, with a 2M token window coming soon.
What transports are available?
The server supports stdio transport for Claude Desktop and WebSocket transport for custom integrations.
More AI & Agents MCP servers
mcp-hfspace MCP Server 🤗
evalstateMCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.
🔎 GPT Researcher
assafelovicAn autonomous agent that conducts deep research on any data using any LLM providers
MCP Server - Remote MacOs Use
baryhuangThe only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop App
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
Comments