Skip to main content
Glama

Kagi MCP Server

by apridachin
MIT License
2
  • Apple

Kagi MCP server

MCP server that allows to search web using Kagi API

Components

Resources

The server implements calls of API methods:

  • fastgpt
  • enrich/web
  • enrich/news

Prompts

The server provides doesn't provide any prompts:

Tools

The server implements several tools:

  • ask_fastgpt to search web and find an answer
  • enrich_web to enrich model context with web content
  • enrich_news to enrich model context with latest news

Configuration

Quickstart

Install

Installing via Smithery

To install the Kagi MCP server for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install kagi-mcp --client claude
Claude Desktop

On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json

Development

Building and Publishing

To prepare the package for distribution:

  1. Sync dependencies and update lockfile:
uv sync
  1. Build package distributions:
uv build

This will create source and wheel distributions in the dist/ directory.

  1. Publish to PyPI:
uv publish

Note: You'll need to set PyPI credentials via environment variables or command flags:

  • Token: --token or UV_PUBLISH_TOKEN
  • Or username/password: --username/UV_PUBLISH_USERNAME and --password/UV_PUBLISH_PASSWORD

Debugging

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

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.

fastgpt, enrich/web, enrich/news와 같은 방법을 통해 Kagi의 API를 사용하여 웹 검색 및 콘텐츠 강화가 가능합니다.

  1. 구성 요소
    1. 자원
    2. 프롬프트
    3. 도구
  2. 구성
    1. 빠른 시작
      1. 설치하다
      2. Smithery를 통해 설치
    2. 개발
      1. 건축 및 출판
      2. 디버깅

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      Kagi search API integration
      Last updated -
      1
      37
      MIT License
      • Apple
    • A
      security
      A
      license
      A
      quality
      Enables efficient web search integration with Jina.ai's Search API, offering clean, LLM-optimized content retrieval with support for various content types and configurable caching.
      Last updated -
      46
      4
      MIT License
    • 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 -
      1,158
      42
      MIT License
      • Apple
    • -
      security
      A
      license
      -
      quality
      Enables AI assistants to perform up-to-date web searches through the Tavily API, providing comprehensive search results with AI-generated summaries.
      Last updated -
      6
      MIT License

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

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