Gemini MCP Server
local-only server
The server can only run on the client’s local machine because it depends on local resources.
Integrations
Integrates with Google's Gemini Pro model to provide MCP services
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:
Copy
- Install dependencies:
Copy
- Build:
Copy
Claude Desktop Integration
To use this server with Claude Desktop:
- Open Claude Desktop
- Go to Settings > Developer
- Click "Edit Config"
- Add the following configuration:
Copy
Replace:
/path/to/mcp-gemini-server
with the absolute path to where you cloned this repositoryyour_api_key_here
with your actual Google Gemini API key
The server will now be available in Claude Desktop's MCP server list.
License
MIT
Author
GeorgeJeffers
You must be authenticated.
A TypeScript server that integrates Google's Gemini Pro model with Claude Desktop through the Model Context Protocol, allowing Claude users to access Gemini's text generation capabilities.