Kagi MCP Server

Researchstdiohttp-streaming
Репозиторий

Official MCP server backed by the Kagi API. Exposes Kagi's high-quality search and summarization tools to MCP-compatible clients, including web search and the Universal Summarizer for pages and videos. Useful for research workflows that want ad-free, privacy-respecting results with concise summaries. Requires a Kagi API key.

Подключение

Добавьте эту конфигурацию в .claude/mcp.json

Подключение:
{
  "mcpServers": {
    "kagi": {
      "command": "uvx",
      "args": [
        "kagimcp"
      ],
      "env": {
        "KAGI_API_KEY": "<YOUR_KAGI_API_KEY>"
      }
    }
  }
}

Инструменты (2)

kagi_search_fetch

Search the web with Kagi and return ranked results with titles, URLs, and snippets.

{
  "type": "object",
  "required": [
    "queries"
  ],
  "properties": {
    "queries": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "One or more search queries"
    }
  }
}

kagi_summarizer

Summarize a web page or video URL using Kagi's Universal Summarizer.

{
  "type": "object",
  "required": [
    "url"
  ],
  "properties": {
    "url": {
      "type": "string",
      "description": "URL of the page or video to summarize"
    }
  }
}

Ресурсы

Этот сервер не предоставляет ресурсы.

Промпты

Этот сервер не предоставляет промпты.

Сведения о сервере

Автор
Kagi Search (@kagisearch)
Репозиторий
https://github.com/kagisearch/kagimcp
Звёзды
0
Последнее обновление
12 июля 2026 г.