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 とエージェント」の他のコンテンツ