Serper MCP 서버
Serper를 통해 Google 검색을 제공하는 모델 컨텍스트 프로토콜 서버입니다. 이 서버를 통해 LLM은 Google에서 검색 결과 정보를 얻을 수 있습니다.
사용 가능한 도구
google_search
- 모든 매개변수 설정google_search_images
- 모든 매개변수 설정google_search_videos
- 모든 매개변수 설정google_search_places
- 모든 매개변수 설정google_search_maps
- 모든 매개변수 설정google_search_reviews
- 모든 매개변수 설정google_search_news
- 모든 매개변수 설정google_search_shopping
- 모든 매개변수 설정google_search_lens
- 모든 매개변수 설정google_search_scholar
- 모든 매개변수 설정google_search_parents
- 모든 매개변수 설정google_search_autocomplete
- 모든 매개변수 설정webpage_scrape
- 모든 매개변수 설정
용법
Smithery를 통해 설치
Smithery를 통해 Claude Desktop용 Serper MCP Server를 자동으로 설치하려면:
지엑스피1
uv
사용(권장)
- OS 시스템에
uv
설치되어 있는지 확인하세요. - MCP 클라이언트 코드 구성 또는 Claude 설정(
claude_desktop_config.json
파일)에서serper
mcp 서버를 추가합니다.uv
pypi.org 의uvx
사용하여 자동으로 mcp 서버를 다운로드하고 MCP 클라이언트에 적용합니다.
프로젝트에 pip
사용
- MCP 클라이언트 코드
requirements.txt
파일에serper-mcp-server
추가합니다. - 종속성을 설치합니다.
- 클라이언트에 대한 구성을 추가합니다.
글로벌 사용을 위해 pip
사용
pip
또는pip3
OS 시스템에 있는지 확인하세요.- MCP 클라이언트 코드 구성 또는 Claude 설정,
serper
mcp 서버 추가:
디버깅
MCP 검사기를 사용하여 서버를 디버깅할 수 있습니다. uvx
설치의 경우:
또는 특정 디렉토리에 패키지를 설치했거나 해당 디렉토리에서 개발 중인 경우:
특허
serper-mcp-server는 MIT 라이선스에 따라 라이선스가 부여됩니다. 즉, MIT 라이선스의 조건에 따라 소프트웨어를 자유롭게 사용, 수정 및 배포할 수 있습니다. 자세한 내용은 프로젝트 저장소의 LICENSE 파일을 참조하세요.
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
LLM이 Serper API를 통해 Google 검색을 수행할 수 있도록 하는 모델 컨텍스트 프로토콜 서버로, 모델이 웹에서 최신 정보를 검색할 수 있도록 해줍니다.
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that enables LLMs to perform web searches using Google's Custom Search API through a standardized interface.Last updated -123TypeScriptMIT License
- AsecurityAlicenseAqualityA 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 -1077PythonMIT License
- AsecurityAlicenseAqualityA 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 -2TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that allows LLMs to interact with web content through standardized tools, currently supporting web scraping functionality.Last updated -PythonMIT License