MCP.so
登录

gemini-mcp-server

@MCP-Mirror

关于 gemini-mcp-server

Mirror of

基本信息

分类

AI 与智能体

许可证

MIT license

运行时

node

传输方式

stdio

发布者

MCP-Mirror

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is gemini-mcp-server?

A TypeScript-based Model Context Protocol (MCP) server that integrates Google's Gemini Pro model, enabling text generation through the MCP tool generate_text. It is designed to be used with the Claude Desktop app.

How to use gemini-mcp-server?

Install Node.js 18 or higher, obtain a Google Gemini API key, clone the repository, run npm install and npm run build. Then configure the server in Claude Desktop Settings > Developer > Edit Config using the provided JSON snippet, replacing the path and API key.

Key features of gemini-mcp-server

  • Single MCP tool: generate_text for text generation
  • Integrates with Google's Gemini Pro model
  • Written in TypeScript
  • Designed for use with Claude Desktop
  • Requires Node.js 18 or higher

Use cases of gemini-mcp-server

  • Generate text from prompts using Gemini Pro within Claude Desktop
  • Use Gemini as a specialized language model in MCP-compatible environments

FAQ from gemini-mcp-server

What is gemini-mcp-server?

It is an MCP server that allows Claude Desktop to call Google's Gemini Pro model for text generation via the generate_text tool.

What are the prerequisites?

Node.js 18 or higher, a Google Gemini API key, and the Claude Desktop app. TypeScript is also recommended.

How do I install and configure it?

Clone the repository, run npm install and npm run build. Then add the JSON configuration to Claude Desktop's MCP settings, specifying the absolute path to the project and your Gemini API key.

What API key is needed?

A Google Gemini API key. The README does not specify where to obtain one, but it is required to set the GEMINI_API_KEY environment variable.

Where does the server run?

It runs as a local Node.js process launched by Claude Desktop. The server’s code is stored in the cloned repository.

评论

AI 与智能体 分类下的更多 MCP 服务器