Skip to main content
Glama
georgejeffers

Gemini MCP Server

제미니-mcp-서버

대장간 배지

Google의 Gemini Pro 모델과 통합된 MCP(Model Context Protocol) 서버의 TypeScript 구현입니다.

MCP 도구

텍스트 생성

서버에서: gemini

Related MCP server: MCP Gemini Server

필수 조건

  • Node.js 18 이상

  • Google Gemini API 키

  • 타입스크립트

  • 클로드 데스크톱 앱

설치

Smithery를 통해 설치

Smithery를 통해 Claude Desktop에 Gemini MCP Server를 자동으로 설치하려면:

지엑스피1

수동 설치

  1. 저장소를 복제합니다.

git clone https://github.com/GeorgeJeffers/gemini-mcp-server.git
cd gemini-mcp-server
  1. 종속성 설치:

npm install
  1. 짓다:

npm run build

Claude 데스크톱 통합

Claude Desktop과 함께 이 서버를 사용하려면:

  1. 클로드 데스크톱 열기

  2. 설정 > 개발자로 이동하세요

  3. "구성 편집"을 클릭하세요

  4. 다음 구성을 추가합니다.

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

바꾸다:

  • /path/to/mcp-gemini-server 이 저장소를 복제한 절대 경로를 지정합니다.

  • your_api_key_here 실제 Google Gemini API 키와 함께 사용하세요.

이제 해당 서버를 Claude Desktop의 MCP 서버 목록에서 이용할 수 있습니다.

특허

MIT

작가

조지 제퍼스

Install Server
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.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    A server implementing the Model Context Protocol that enables AI assistants like Claude to interact with Google's Gemini API for text generation, text analysis, and chat conversations.
  • A
    license
    B
    quality
    D
    maintenance
    A Model Context Protocol server that enables Claude Desktop to interact with Google's Gemini 2.5 Pro Experimental AI model, with features like Google Search integration and token usage reporting.
    2
    178
    4
    Apache 2.0
  • A
    license
    D
    quality
    D
    maintenance
    A TypeScript implementation of a Model Context Protocol server that integrates with Google's Gemini 2.0 Flash model, enabling Claude Desktop users to interact with Gemini through natural language conversations.
    1
    189
    3
    MIT

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • A Model Context Protocol server for Wix AI tools

  • Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer

View all MCP Connectors

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