Skip to main content
Glama
apridachin

Kagi MCP Server

by apridachin

카기 MCP 서버

대장간 배지 Kagi API를 사용하여 웹 검색을 허용하는 MCP 서버

구성 요소

자원

서버는 API 메서드 호출을 구현합니다.

  • 패스트지피티

  • 풍부하게 하다/웹

  • 풍부하게 하다/뉴스

프롬프트

서버는 어떤 프롬프트도 제공하지 않습니다.

도구

서버는 여러 도구를 구현합니다.

  • ask_fastgpt를 사용하여 웹을 검색하고 답변을 찾으세요

  • 웹 콘텐츠로 모델 컨텍스트를 풍부하게 만드는 enrich_web

  • enrich_news를 사용하여 최신 뉴스로 모델 컨텍스트를 풍부하게 만듭니다.

Related MCP server: MCP JinaAI Search Server

구성

빠른 시작

설치하다

Smithery를 통해 설치

Smithery를 통해 Claude Desktop용 Kagi MCP 서버를 자동으로 설치하려면:

지엑스피1

클로드 데스크탑

MacOS의 경우: ~/Library/Application\ Support/Claude/claude_desktop_config.json

개발

건축 및 출판

배포를 위해 패키지를 준비하려면:

  1. 종속성 동기화 및 잠금 파일 업데이트:

uv sync
  1. 패키지 배포 빌드:

uv build

이렇게 하면 dist/ 디렉토리에 소스와 휠 배포판이 생성됩니다.

  1. PyPI에 게시:

uv publish

참고: 환경 변수나 명령 플래그를 통해 PyPI 자격 증명을 설정해야 합니다.

  • 토큰: --token 또는 UV_PUBLISH_TOKEN

  • 또는 사용자 이름/비밀번호: --username / UV_PUBLISH_USERNAME--password / UV_PUBLISH_PASSWORD

디버깅

npx @modelcontextprotocol/inspector uv --directory path_to_project run kagi-mcp
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

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/apridachin/kagi-search-mcp'

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