Gemini MCP ServerServer

IA-Entertainment-git-organization
GitHub
AI IntegrationNatural Language ProcessingTypeScript

Loading subscription status...

💡 Description

A TypeScript implementation of a Model Context Protocol (MCP) server that integrates with Google's Gemini model using direct API calls.

📝 JSON Entries

{
  "mcpServers": [
    {
      "gemini": {
        "cwd": "path\\to\\gemini-mcp-server",
        "env": {
          "GEMINI_API_KEY": "gemini_api_key"
        },
        "args": [
          "path\\to\\dist\\gemini_mcp_server.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

generate_text

Features

  • Uses direct calls to the Gemini API
  • Supports the latest Gemini 2.0 Flash model
  • Implements MCP protocol for seamless integration
  • Maintains conversation context for natural interactions

💬 Example Queries

  • Generate text related to a specific topic using Gemini model.
  • Explain how AI works with tailored responses.