Kagi MCP Server

Researchstdiohttp-streaming
Repositorio

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.

Conectar

Añade esta configuración a .claude/mcp.json

Transporte:
{
  "mcpServers": {
    "kagi": {
      "command": "uvx",
      "args": [
        "kagimcp"
      ],
      "env": {
        "KAGI_API_KEY": "<YOUR_KAGI_API_KEY>"
      }
    }
  }
}

Herramientas (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"
    }
  }
}

Recursos

Este servidor no expone ningún recurso.

Prompts

Este servidor no expone ningún prompt.

Información del servidor

Autor
Kagi Search (@kagisearch)
Repositorio
https://github.com/kagisearch/kagimcp
Estrellas
0
Última actualización
12 de julio de 2026