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
最后更新
2026年7月12日