lucky-dersan

Gemimi MCP Server (in Python)

Community lucky-dersan
Updated

gemini-mcp-server

Gemimi MCP Server (in Python)

Model Context Protocol (MCP) server for Gemimi integration, built on FastMCP.

This server is implemented in Python, with fastmcp.

Quick Start

  1. Build the Docker image:
docker build -t gemini-mcp-server .

Integration with Cursor/Claude

In MCP Settings -> Add MCP server, add this config:

{
  "mcpServers": {
    "gemini": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "--network",
        "host",
        "-e",
        "GEMINI_API_KEY",
        "-e",
        "GEMINI_MODEL",
        "-e",
        "GEMINI_BASE_URL",
        "-e",
        "HTTP_PROXY",
        "-e",
        "HTTPS_PROXY",
        "gemini-mcp-server:latest"
      ],
      "env": {
        "GEMINI_API_KEY":"your_api_key_here",
        "GEMINI_MODEL":"gemini-2.5-flash",
        "GEMINI_BASE_URL":"https://generativelanguage.googleapis.com/v1beta/openai/",
        "HTTP_PROXY":"http://127.0.0.1:17890",
        "HTTPS_PROXY":"http://127.0.0.1:17890"

      }
    }
  }
}

Note: Don't forget to replace GEMINI_API_KEYGEMINI_MODELGEMINI_BASE_URLHTTP_PROXYHTTPS_PROXY values with your actual Gemimi credentials and instance URL.

MCP Server · Populars

MCP Server · New

    browser-use

    Enable AI to control your browser 🤖

    🌐 Make websites accessible for AI agents. Automate tasks online with ease.

    Community browser-use
    superglue-ai

    superglue

    superglue integrates & orchestrates APIs from natural language. Agents use it to build deterministic workflows across apps, APIs and databases. Humans use it to generate insights, build automations and manage data.

    Community superglue-ai
    superglue-ai

    docs

    superglue integrates & orchestrates APIs from natural language. Agents use it to build deterministic workflows across apps, APIs and databases. Humans use it to generate insights, build automations and manage data.

    Community superglue-ai
    KemingHe

    Python Dependency Manager Companion MCP Server

    Self-updating MCP server to cross-reference latest official pip, poetry, uv, and conda docs

    Community KemingHe
    apache

    ECharts MCP

    Apache ECharts MCP Server

    Community apache