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-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
Gemini MCP Server
Project Details
- GeorgeJeffers/gemini-mcp-server
- MIT License
- Last Updated: 4/19/2025
Recomended MCP Servers
All-in-one open-source embeddings database for semantic search, LLM orchestration and language model workflows
Maintenance of a set of tools to enhance LLM through MCP protocols.
A test of confluence mcp server
A Model Context Protocol (MCP) server that enables AI assistants to query and analyze Azure Data Explorer databases...
kom 是一个用于 Kubernetes 操作的工具,SDK级的kubectl、client-go的使用封装。并且支持作为管理k8s 的 MCP server。 它提供了一系列功能来管理 Kubernetes 资源,包括创建、更新、删除和获取资源,甚至使用SQL查询k8s资源。这个项目支持多种 Kubernetes 资源类型的操作,并能够处理自定义资源定义(CRD)。 通过使用 kom,你可以轻松地进行资源的增删改查和日志获取以及操作POD内文件等动作。
A Model Context Protocol (MCP) server that empowers LLMs to use some of Open Srategy Partners' core writing...
Model Context Protocol (MCP) server for Excalidraw - Work in Progress
A CLI tool to convert your codebase into a single LLM prompt with source tree, prompt templating, and...
A Model Context Protocol (MCP) server for the Discord integration with MCP-compatible applications like Claude Desktop.