gemsuite-mcp
by PV-Bhat·★ 29·综合分 38
专业的 Gemini API MCP 服务器,支持智能模型选择和高级文件处理。
ai-llmdeveloper-toolsproductivity
8
Forks
2
活跃 Issue
14 个月前
最近提交
2 天前
收录于
概述
GemSuite MCP 是 Google Gemini API 在 MCP 协议生态系统中的全面集成。它为搜索、推理、处理和分析任务提供专用工具,并根据任务需求智能选择模型。该服务器自动处理多种文件类型,支持多模态处理,并通过指数退避实现稳健的错误处理机制,有效管理 API 速率限制。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
你:通过智能模型选择实现高效令牌使用的文档分析
你:具有逐步推理能力的复杂问题求解
你:支持多种文档类型的自动化文件批量处理
你:GemSuite MCP 使用哪些 Gemini 模型?
你:智能模型选择如何工作?
什么时候选它
当您需要在兼容 MCP 的主机(如 Claude)中使用高级的 Gemini API 集成,并具有智能模型选择和高效文件处理功能时,选择 GemSuite MCP。
什么时候不要选它
如果您需要在 Gemini 系列之外进行模型选择,需要精细控制模型参数,或者需要在没有 API 访问的情况下离线工作,请避免使用。
此 server 暴露的工具
从 README 抽取出 4 个工具gem_searchInformation retrieval with search integration using Gemini Flash
gem_reasonComplex reasoning with step-by-step analysis using Gemini Flash Thinking
gem_processFast content processing with Gemini Flash-Lite for efficient operations
gem_analyzeIntelligent file analysis with automatic model selection based on content type
可对比工具
geminiserchmcpgoogle-gemini-api-mcpclaude-gemini-integration
安装
安装
选项 1:Smithery.ai(推荐)
# 通过 Smithery CLI 直接安装
npx -y @smithery/cli@latest install @PV-Bhat/gemsuite-mcp --client claude选项 2:手动安装
# 克隆仓库
git clone https://github.com/PV-Bhat/gemsuite-mcp.git
cd gemsuite-mcp
# 安装依赖
npm install
# 设置您的 Gemini API 密钥
echo "GEMINI_API_KEY=your_api_key_here" > .env
# 构建项目
npm run build
# 启动服务器
npm startClaude Desktop 配置
添加到您的 claude_desktop_config.json 文件中:
{
"mcpServers": {
"gemsuite-mcp": {
"command": "node",
"args": ["/path/to/gemsuite-mcp/dist/index.js"]
}
}
}FAQ
- GemSuite MCP 使用哪些 Gemini 模型?
- GemSuite MCP 主要使用三种模型:Gemini 2.0 Flash 用于搜索集成,Gemini 2.0 Flash-Lite 用于高效文本处理,Gemini 2.0 Flash Thinking 用于增强推理和逐步分析。
- 智能模型选择如何工作?
- 服务器根据任务类型(搜索、推理、处理或分析)、内容类型(文本、代码、图像)、复杂度和可选的用户偏好自动选择最佳模型。
gemsuite-mcp 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。