Serper MCP Server

by garylab

Integrations

  • Provides Google Search functionality via Serper API, allowing access to search results with support for customizing location, language, time period, and number of results.

Serper MCP 서버

Serper를 통해 Google 검색을 제공하는 모델 컨텍스트 프로토콜 서버입니다. 이 서버를 통해 LLM은 Google에서 검색 결과 정보를 얻을 수 있습니다.

사용 가능한 도구

  • google_search - 검색 결과를 가져옵니다.
    • 필수 인수:
      • q (문자열): 검색할 쿼리
    • 선택 인수:
      • gl (문자열): 검색할 국가(예: us, uk, ca, au 등)
      • location (문자열): 검색할 위치(예: 샌프란시스코, 캘리포니아, 미국)
      • hl (문자열): 검색에 사용할 언어, 예: en, es, fr, de 등
      • tbs (문자열): 검색할 기간(예: d, w, m, y)
      • num (정수): 반환할 결과 수, 최대값은 100(기본값: 10)
      • page (정수): 반환할 페이지 번호, 첫 번째 페이지는 1입니다(기본값: 1)

용법

uv 사용(권장)

  1. OS 시스템에 uv 설치되어 있는지 확인하세요.
  2. MCP 클라이언트 코드 구성 또는 Claude 설정( claude_desktop_config.json 파일)에서 serper mcp 서버를 추가합니다.지엑스피1uvpypi.orguvx 사용하여 자동으로 mcp 서버를 다운로드하고 MCP 클라이언트에 적용합니다.

프로젝트에 pip 사용

  1. MCP 클라이언트 코드 requirements.txt 파일에 serper-mcp-server 추가합니다.
    serper-mcp-server
  2. 종속성을 설치합니다.
    pip install -r requirements.txt
  3. 클라이언트에 대한 구성을 추가합니다.
    { "mcpServers": { "serper": { "command": "python3", "args": ["-m", "serper_mcp_server"], "env": { "SERPER_API_KEY": "<Your Serper API key>" } } } }

글로벌 사용을 위해 pip 사용

  1. pip 또는 pip3 OS 시스템에 있는지 확인하세요.
    pip install serper-mcp-server # or pip3 install serper-mcp-server
  2. MCP 클라이언트 코드 구성 또는 Claude 설정, serper mcp 서버 추가:
    { "mcpServers": { "serper": { "command": "python3", "args": ["serper-mcp-server"], "env": { "SERPER_API_KEY": "<Your Serper API key>" } } } }

디버깅

MCP 검사기를 사용하여 서버를 디버깅할 수 있습니다. uvx 설치의 경우:

npx @modelcontextprotocol/inspector uvx serper-mcp-server

또는 특정 디렉토리에 패키지를 설치했거나 해당 디렉토리에서 개발 중인 경우:

cd path/to/servers/src/serper npx @modelcontextprotocol/inspector uv run serper-mcp-server

특허

serper-mcp-server는 MIT 라이선스에 따라 라이선스가 부여됩니다. 즉, MIT 라이선스의 조건에 따라 소프트웨어를 자유롭게 사용, 수정 및 배포할 수 있습니다. 자세한 내용은 프로젝트 저장소의 LICENSE 파일을 참조하세요.

-
security - not tested
F
license - not found
-
quality - not tested

LLM이 Serper API를 통해 Google 검색을 수행할 수 있도록 하는 모델 컨텍스트 프로토콜 서버로, 모델이 웹에서 최신 정보를 검색할 수 있도록 해줍니다.

  1. Available Tools
    1. Usage
      1. Using uv (recommended)
      2. Using pip for project
      3. Using pip for globally usage
    2. Debugging
      1. License

        Related MCP Servers

        • 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
          7
          TypeScript
          MIT License
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that enables LLMs to interact with Salesforce data through SOQL queries, SOSL searches, and various API operations including record management.
          Last updated -
          10
          53
          Python
          MIT License
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that provides LLMs with access to Valyu's knowledge retrieval and feedback APIs for searching proprietary/web sources and submitting transaction feedback.
          Last updated -
          2
          TypeScript
          MIT License
          • Linux
          • Apple
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that allows LLMs to interact with web content through standardized tools, currently supporting web scraping functionality.
          Last updated -
          Python
          MIT License
          • Linux
          • Apple

        View all related MCP servers

        ID: kiolh4qib8