VOOZH about

URL: https://glama.ai/mcp/servers/georgejeffers/gemini-mcp-server

⇱ Gemini MCP Server by georgejeffers | Glama


gemini-mcp-server

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

MCP Tools

generate_text

From server: gemini

Related MCP server: MCP Gemini Server

Prerequisites

  • Node.js 18 or higher

  • Google Gemini API key

  • TypeScript

  • Claude Desktop app

Installation

Installing via Smithery

To install Gemini MCP Server for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @georgejeffers/gemini-mcp-server --client claude

Manual Installation

  1. Clone the repository:

git clone https://github.com/GeorgeJeffers/gemini-mcp-server.git
cd gemini-mcp-server
  1. Install dependencies:

npm install
  1. Build:

npm run build

Claude Desktop Integration

To use this server with Claude Desktop:

  1. Open Claude Desktop

  2. Go to Settings > Developer

  3. Click "Edit Config"

  4. Add the following configuration:

{
 "name": "gemini",
 "command": "node",
 "args": ["dist/gemini_mcp_server.js"],
 "env": {
 "GEMINI_API_KEY": "your_api_key_here"
 },
 "cwd": "/path/to/mcp-gemini-server"
}

Replace:

  • /path/to/mcp-gemini-server with the absolute path to where you cloned this repository

  • your_api_key_here with your actual Google Gemini API key

The server will now be available in Claude Desktop's MCP server list.

License

MIT

Author

GeorgeJeffers

A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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