gemini-mcp-server
A TypeScript implementation of a Model Context Protocol (MCP) server that integrates with Google’s Gemini Pro model.
MCP Tools
generate_text
From server: gemini
Prerequisites
- Node.js 18 or higher
- Google Gemini API key
- TypeScript
- Claude Desktop app
Installation
- Clone the repository:
git clone https://github.com/GeorgeJeffers/gemini-mcp-server.git
cd gemini-mcp-server
- Install dependencies:
npm install
- Build:
npm run build
Claude Desktop Integration
To use this server with Claude Desktop:
- Open Claude Desktop
- Go to Settings > Developer
- Click “Edit Config”
- Add the following configuration:
{
"name": "gemini",
"command": "node",
"args": ["dist/gemini_mcp_server.js"],
"env": {
"GEMINI_API_KEY": "your_api_key_here"
},
"cwd": "/path/to/mcp-gemini-server"
}
Replace:
/path/to/mcp-gemini-serverwith the absolute path to where you cloned this repositoryyour_api_key_herewith your actual Google Gemini API key
The server will now be available in Claude Desktop’s MCP server list.
License
MIT
Author
GeorgeJeffers
Gemini MCP Server
Project Details
- GeorgeJeffers/gemini-mcp-server
- MIT License
- Last Updated: 4/19/2025
Recomended MCP Servers
Enable AI Agents to Control Unity
A model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android...
mcp server sopos open-api
MCP server for Intercom chat integration
An MCP server that provides LLMs access to other LLMs
A Model Context Protocol (MCP) server that enables AI assistants to interact with IDA Pro for reverse engineering...
A Model Context Protocol (MCP) server that provides tools to query Erick Wendel's contributions across different platforms
xtquant for ai, MCP project.
AI Agents & MCPs & AI Workflow Automation • (280+ MCP servers for AI agents) • AI Automation...
MCP Toolbox for Databases is an open source MCP server for databases, designed and built with enterprise-quality and...
Official Vectorize MCP Server





