gemini-mcp-server
@georgejeffers
About gemini-mcp-server
A Model Context Protocol (MCP) server that integrates with Google's Gemini Pro model, can be used in Claude Desktop App.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"gemini-mcp-server-georgejeffers": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@georgejeffers/gemini-mcp-server",
"--client",
"claude"
]
}
}
}Tools
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?
A TypeScript-based Model Context Protocol server that integrates with Google's Gemini Pro model for text generation. Designed for use with Claude Desktop.
How to use gemini-mcp-server?
Install via Smithery or manually, then configure a Claude Desktop MCP server entry with the environment variable GEMINI_API_KEY. The server exposes the generate_text tool.
Key features of gemini-mcp-server
- Provides a
generate_texttool for text generation - Integrates with Google Gemini Pro model
- Written in TypeScript for reliability
- Easy installation via Smithery
- Works with the Claude Desktop application
Use cases of gemini-mcp-server
- Generating text content using Gemini Pro within Claude Desktop
- Combining Gemini's text generation capabilities with other MCP tools
- Enhancing Claude with additional text generation model access
FAQ from gemini-mcp-server
What are the prerequisites?
Node.js 18 or higher, a Google Gemini API key, TypeScript, and the Claude Desktop app.
How do I install gemini-mcp-server?
Automatically via Smithery using npx -y @smithery/cli install @georgejeffers/gemini-mcp-server --client claude, or manually by cloning the repository, installing dependencies, and building.
How do I configure it for Claude Desktop?
Add a JSON entry in Claude Desktop settings with name "gemini", command "node", args pointing to dist/gemini_mcp_server.js, environment variable GEMINI_API_KEY, and cwd set to the server directory.
What tool does gemini-mcp-server provide?
It exposes a single tool named generate_text from the server named "gemini".
Where is the source code and license?
The project is hosted on GitHub under an MIT license.
More AI & Agents MCP servers
Just Prompt - A lightweight MCP server for LLM providers
dislerjust-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
Model Context Protocol for Unreal Engine
chongdashuEnable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).
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
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
Comments