Back to search
30
MCP

mcp-gemini-server

bsmi021/mcp-gemini-server

This project provides a dedicated MCP (Model Context Protocol) server that wraps the @google/genai SDK. It exposes Google's Gemini model capabilities as standard MCP tools, allowing other LLMs (like Cline) or MCP-compatible systems to leverage Gemini's features as a backend workhorse.

Uptime
0.0%
6 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

MCP Gemini
MCP server for Google Gemini AI - text, image, video, research, and more
0 tools
mcp-server-gemini
MCP server implementation for Google's Gemini API
0 tools
google_ads_mcp
The Google Ads MCP Server is an implementation of the Model Context Protocol (MCP) that enables Large Language Models (LLMs), such as Gemini
0 tools
vitaliipsl/image-gen-mcp
A Model Context Protocol (MCP) server that provides AI image generation using Google's Gemini API
0 tools
cloudsecurityallianceorg/mcp-chat-gemini
Model Context Protocol Server for Google Gemini models
0 tools
gemini-research-mcp
MCP server for AI-powered research using Gemini: quick grounded search + Deep Research Agent
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "mcp-gemini-server": {
      "url": "None",
      "transport": "http"
    }
  }
}