gemini-mcp-服务器
模型上下文协议 (MCP) 服务器的 TypeScript 实现,使用直接 API 调用与 Google 的 Gemini 模型集成。
特征
直接调用 Gemini API(无需弃用的 SDK)
支持最新的 Gemini 2.0 Flash 型号
实现 MCP 协议,与 Claude 无缝集成
保持对话上下文以实现自然互动
MCP 工具
生成文本
来自服务器:gemini
使用具有可配置参数的 Gemini 模型生成文本。
先决条件
Node.js 18 或更高版本
Google Gemini API 密钥
TypeScript
克劳德桌面应用程序
安装
克隆存储库:
安装依赖项:
建造:
Claude 桌面集成
要将此服务器与 Claude Desktop 一起使用:
打开 Claude 桌面
前往“设置”>“开发者”
点击“编辑配置”
添加以下配置:
代替:
/path/to/gemini-mcp-server为您的存储库的绝对路径your_api_key_here替换为您的实际 Google Gemini API 密钥
该服务器现在将在 Claude Desktop 的 MCP 服务器列表中可用。
API 实现
该服务器使用直接 HTTP 请求连接到 Gemini API 端点。API 请求格式遵循 Google 官方文档:
测试
您可以使用示例脚本测试直接 API 实现:
执照
麻省理工学院
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
模型上下文协议服务器的 TypeScript 实现与 Google 的 Gemini 2.0 Flash 模型集成,使 Claude Desktop 用户能够通过自然语言对话与 Gemini 进行交互。
Related Resources
Related MCP Servers
- Asecurity-licenseAqualityA 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.Last updated -1412MIT License
- -security-license-qualityA Model Context Protocol server that enables Claude Desktop to interact with Google's Gemini 2.5 Pro Experimental AI model, with features like Google Search integration and token usage reporting.Last updated -3
- -security-license-qualityA Model Context Protocol server leveraging Google's Gemini Flash 2 to analyze datasets, generate research papers, and deliver results via email.Last updated -2
- -security-license-qualityA Model Context Protocol server that gives Claude access to Google's Gemini 2.5 Pro for extended thinking, code analysis, and problem-solving with a massive context window.Last updated -9,242