Skip to main content
Glama

Google Search MCP Server

Google 검색 MCP 서버

Google 맞춤 검색 기능을 제공하는 MCP(모델 컨텍스트 프로토콜) 서버입니다.

설치

Smithery를 통해 설치

Smithery를 통해 Claude Desktop에 google-search-mcp-server를 자동으로 설치하려면:

지엑스피1

수동 설치

  1. 저장소를 복제합니다.
git clone https://github.com/gradusnikov/google-search-mpc-server.git cd google-search-mpc-server
  1. 종속성 설치:
pip install fastmcp google-api-python-client python-dotenv

구성

프로젝트 루트에 다음 변수를 사용하여 .env 파일을 만듭니다.

GOOGLE_API_KEY=your_google_api_key GOOGLE_CSE_ID=your_custom_search_engine_id

이러한 자격 증명을 얻으려면:

  1. Google Cloud 프로젝트를 만들고 사용자 지정 검색 API를 활성화합니다.
  2. Google Cloud Console에서 API 키 생성
  3. https://cse.google.com/cse/all 에서 사용자 정의 검색 엔진을 만들고 ID를 얻으세요.

용법

MCP를 사용하여 서버를 시작합니다.

mcp run google_search_mcp_server.py

또는 Claude Desktop 앱의 CLAUDE_DIRECTORY/claude_desktop_config.json 파일에 서버를 추가합니다. 예를 들어 Linux용 Windows 하위 시스템(WSL)을 사용하는 경우 다음과 같습니다.

"google-search": { "command": "wsl.exe", "args": [ "bash", "-c", "source /home/[user]/anaconda3/etc/profile.d/conda.sh && conda activate mcp && /home/[user]/anaconda3/bin/mcp run /home/[user]/google-search-mpc-server/google_search_mcp_server.py" ] },
-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Claude가 Google 검색 API에 연결하여 Google 맞춤 검색 작업을 수행할 수 있도록 하는 모델 컨텍스트 프로토콜 서버입니다.

  1. 설치
    1. Smithery를 통해 설치
    2. 수동 설치
  2. 구성
    1. 용법

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        Provides web search capabilities using Google Custom Search API, enabling users to perform searches through a Model Context Protocol server.
        Last updated -
        2
        1,030
        23
        JavaScript
        MIT License
        • Apple
      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol server that enables LLMs to perform web searches using Google's Custom Search API through a standardized interface.
        Last updated -
        1
        23
        TypeScript
        MIT License
      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol server that provides DuckDuckGo search functionality for Claude, enabling web search capabilities through a clean tool interface with rate limiting support.
        Last updated -
        1
        60
        15
        TypeScript
        MIT License
        • Apple
      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol server that enables Claude to perform web research by integrating Google search, extracting webpage content, and capturing screenshots.
        Last updated -
        854
        4
        MIT License
        • Apple

      View all related MCP servers

      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/renoscriptdev/mcp-google-scholar-dev'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server