Gemini MCP Server
@MCP-Mirror
Gemini MCP Server について
Mirror of
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"gemini": {
"command": "npx",
"args": [
"-y",
"github:aliargun/mcp-server-gemini"
],
"env": {
"GEMINI_API_KEY": "your_api_key_here"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Gemini MCP Server?
Gemini MCP Server is a Model Context Protocol (MCP) server that enables Claude Desktop to interact with Google's Gemini AI models. It provides full MCP protocol support with real‑time response streaming and secure API key handling.
How to use Gemini MCP Server?
Obtain a Gemini API key from Google AI Studio, then configure Claude Desktop by adding the server to claude_desktop_config.json (location varies by OS) with the command npx -y github:aliargun/mcp-server-gemini and the environment variable GEMINI_API_KEY. Restart Claude Desktop to start using it. For local development, clone the repository, run npm install, and start with npm run dev.
Key features of Gemini MCP Server
- Full MCP protocol support
- Real‑time response streaming
- Secure API key handling via environment variables
- Configurable model parameters
- TypeScript implementation
- Available as an npx one‑line command
Use cases of Gemini MCP Server
- Use Google Gemini AI models directly inside Claude Desktop
- Stream real‑time responses from Gemini for conversational tasks
- Develop and test MCP server integrations locally
- Securely manage API keys without exposing them in config files
FAQ from Gemini MCP Server
How do I get a Gemini API key?
Visit Google AI Studio (makersuite.google.com/app/apikey) and create a new API key.
Where is the Claude Desktop configuration file?
On macOS: ~/Library/Application Support/Claude/claude_desktop_config.json. On Windows: %APPDATA%\Claude\claude_desktop_config.json. On Linux: ~/.config/Claude/claude_desktop_config.json.
What should I do if I encounter connection issues?
Check that port 3005 is available, verify your internet connection, and consult the Troubleshooting Guide in the repository.
How does the server handle API keys?
API keys are passed exclusively through the GEMINI_API_KEY environment variable; no sensitive data is logged or stored.
What runtime requirements does the server have?
It requires Node.js and npm/npx. The server is written in TypeScript and runs with the provided npx command or after local npm install.
「AI とエージェント」の他のコンテンツ
Shell and Coding agent for Claude and other mcp clients
rusiaamanShell and coding agent on mcp clients
Web Agent Protocol
OTA-Tech-AI🌐Web Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support
🔎 GPT Researcher
assafelovicAn autonomous agent that conducts deep research on any data using any LLM providers
Perplexity MCP Server
DaInfernalCoderA Model Context Protocol (MCP) server for research and documentation assistance using Perplexity AI. Won 1st @ Cline Hackathon
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
コメント