- Home
- MCP servers
- Gemini
Gemini
- typescript
3
GitHub Stars
typescript
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"ia-entertainment-git-organization-gemini-mcp-server": {
"command": "node",
"args": [
"path\\\\to\\\\dist\\\\gemini_mcp_server.js"
],
"env": {
"GEMINI_API_KEY": "YOUR_GEMINI_API_KEY"
}
}
}
}You run a dedicated MCP server that connects with Google's Gemini model through direct API calls, enabling seamless model-powered conversations within compatible MCP clients. This server preserves conversation context and supports the latest Gemini capabilities, while exposing a clear, standard MCP interface for integration with clients like Claude Desktop.
How to use
You use a client that supports MCP to connect to this server. Start the server locally, then configure your MCP client to point to the server’s runtime and route prompts through Gemini. The server accepts prompts via the MCP protocol and returns Gemini-generated responses, maintaining context across turns so conversations feel natural.
Available tools
generate_text
Generate text using Gemini model with configurable parameters.