Gemini MCP Server
servidor gemini-mcp
Una implementación de TypeScript de un servidor de Protocolo de contexto de modelo (MCP) que se integra con el modelo Gemini Pro de Google.
Herramientas MCP
generar_texto
Desde el servidor: gemini
Related MCP server: MCP Gemini Server
Prerrequisitos
Node.js 18 o superior
Clave API de Google Gemini
Mecanografiado
Aplicación de escritorio Claude
Instalación
Instalación mediante herrería
Para instalar Gemini MCP Server para Claude Desktop automáticamente a través de Smithery :
npx -y @smithery/cli install @georgejeffers/gemini-mcp-server --client claudeInstalación manual
Clonar el repositorio:
git clone https://github.com/GeorgeJeffers/gemini-mcp-server.git
cd gemini-mcp-serverInstalar dependencias:
npm installConstruir:
npm run buildIntegración de escritorio de Claude
Para utilizar este servidor con Claude Desktop:
Abra Claude Desktop
Vaya a Configuración > Desarrollador
Haga clic en "Editar configuración"
Agregue la siguiente configuración:
{
"name": "gemini",
"command": "node",
"args": ["dist/gemini_mcp_server.js"],
"env": {
"GEMINI_API_KEY": "your_api_key_here"
},
"cwd": "/path/to/mcp-gemini-server"
}Reemplazar:
/path/to/mcp-gemini-servercon la ruta absoluta a donde clonó este repositorioyour_api_key_herecon su clave API de Google Gemini real
El servidor ahora estará disponible en la lista de servidores MCP de Claude Desktop.
Licencia
Instituto Tecnológico de Massachusetts (MIT)
Autor
George Jeffers
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceA TypeScript server that provides Claude AI with seamless access to any GraphQL API through the Model Context Protocol.61912MIT
- FlicenseNot gradedqualityDmaintenanceA server implementing the Model Context Protocol that enables AI assistants like Claude to interact with Google's Gemini API for text generation, text analysis, and chat conversations.
- AlicenseBqualityDmaintenanceA 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.21784Apache 2.0
- AlicenseDqualityDmaintenanceA TypeScript implementation of a Model Context Protocol server that integrates with Google's Gemini 2.0 Flash model, enabling Claude Desktop users to interact with Gemini through natural language conversations.11893MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/georgejeffers/gemini-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server