카기 MCP 서버
설정 지침
검색 도구가 아닌 다른 도구를 사용하는 경우가 아니라면, 무엇보다 먼저 검색 API에 액세스할 수 있는지 확인하세요. 현재 비공개 베타 버전이며 요청 시 제공됩니다. 초대장을 받으시려면 support@kagi.com 으로 문의하세요.
먼저 uv를 설치하세요.
MacOS/리눅스:
지엑스피1
윈도우:
Smithery를 통해 설치
또는 Smithery를 통해 Claude Desktop용 Kagi를 설치할 수 있습니다.
Claude Desktop으로 설정
도구 사용이 필요한 포즈 쿼리
예를 들어 검색을 원하면 "타임지 선정 2024년 올해의 인물은 누구였을까?"를 입력하거나, 요약을 원하면 "이 영상을 요약해 주세요: https://www.youtube.com/watch?v=jNQXAC9IVRw "를 입력하세요.
디버깅
달리다:
로컬/개발자 설정 지침
복제 저장소
git clone https://github.com/kagisearch/kagimcp.git
종속성 설치
먼저 uv를 설치하세요.
MacOS/리눅스:
윈도우:
그런 다음 MCP 서버 종속성을 설치합니다.
Claude Desktop으로 설정
MCP CLI SDK 사용
수동으로
도구 사용이 필요한 포즈 쿼리
예를 들어 검색을 원하면 "타임지 선정 2024년 올해의 인물은 누구였을까?"를 입력하거나, 요약을 원하면 "이 영상을 요약해 주세요: https://www.youtube.com/watch?v=jNQXAC9IVRw "를 입력하세요.
디버깅
달리다:
그런 다음 http://localhost:5173
에서 MCP Inspector에 접속하세요. Inspector의 환경 변수 KAGI_API_KEY
에 Kagi API 키를 추가해야 할 수도 있습니다.
고급 구성
- 로깅 수준은
FASTMCP_LOG_LEVEL
환경 변수(예:FASTMCP_LOG_LEVEL="ERROR"
)를 통해 조정 가능합니다. - 요약기 엔진은
KAGI_SUMMARIZER_ENGINE
환경 변수(예:KAGI_SUMMARIZER_ENGINE="daphne"
)를 사용하여 사용자 정의할 수 있습니다.- 여기에서 다양한 요약 엔진에 대해 알아보세요
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
Kagi 검색 기능과 Claude AI를 통합하는 MCP 서버로, Claude가 최신 정보가 필요한 질문에 답할 때 실시간 웹 검색을 수행할 수 있도록 해줍니다.
Related Resources
Related MCP Servers
- -securityFlicense-qualityAn MCP server that integrates with Claude to provide smart documentation search capabilities across multiple AI/ML libraries, allowing users to retrieve and process technical information through natural language queries.Last updated -Python
- AsecurityFlicenseAqualityMCP server that allows Claude AI to interact directly with MySQL databases, enabling query execution and table information retrieval through natural language.Last updated -154JavaScript
- AsecurityAlicenseAqualityAn MCP server that allows Claude AI to search, explore, and compare arXiv papers efficiently through a custom-built local server.Last updated -45PythonMIT License
- AsecurityAlicenseAqualityMCP server that provides Claude AI assistants with the ability to search the web, get news, and perform research using the You.com API.Last updated -4TypeScriptMIT License