Search & Data ExtractionOfficialTypeScript
kagisearch/kagimcp
βοΈ π β Official Kagi Search MCP Server
0 starsUpdated Aug 28, 2026
Ads
Overview
βοΈ π β Official Kagi Search MCP Server
Installation
claude mcp add kagi https://mcp.kagi.com/mcp --transport http --header "Authorization: Bearer $(read -sp 'API key: ' k; echo $k)" --scope user
Configuration
{
"mcpServers": {
"kagi": {
"command": "uvx",
"args": ["kagimcp"],
"env": {
"KAGI_API_KEY": "YOUR_API_KEY_HERE"
}
}Capabilities
- Search the web with Kagi
ask for web, news, video, podcast, or image results with optional page extracts and filters via `kagi_search_fetch`.
- Extract page content as markdown
get the full cleaned content of any URL using `kagi_extract`.
- Apply Kagi lenses to searches
narrow results by domain, file type, or time range using the lens and filter parameters on `kagi_search_fetch`.
Tags
- search
- web-research
- api
- awesome-list
Related MCP servers
Mastra Docs Server
OfficialProvides AI assistants with direct access to Mastra.ai's complete knowledge base.
27.5kSearch & Data ExtractionUpdated Today
Fetch MCP Server
OfficialFetch web content and convert HTML pages into LLM-friendly markdown output.
2.9kSearch & Data ExtractionUpdated 12 days ago
Perplexity Ask MCP Server
OfficialA connector for the Perplexity API to enable web search within the MCP ecosystem.
2.5kSearch & Data ExtractionUpdated 1 day ago
Perplexity
OfficialAn MCP server that connects to Perplexity's Sonar API, enabling real-time web-wide research in conversational AI.
2.5kSearch & Data ExtractionUpdated 1 day ago