ac

ac3xx/mcp-servers-kagi

๐Ÿ“‡ โ˜๏ธ Kagi search API integration

#Kagi#API#search
Publisherac3xx/mcp-servers-kagi
Submitted date4/19/2025

Overview

Title

kagi-server MCP Server

How to Use

The kagi-server is a TypeScript-based MCP server that integrates the Kagi Search API. It allows users to perform web searches and other operations via Kagi's API. To get started:

  • Install dependencies with npm install.
  • Build the server using npm run build.
  • Set up a .env file with your Kagi API key.
  • Connect the server to Claude Desktop for seamless search functionality.

Key Features

  • Implemented Tools:
    • kagi_search: Perform web searches with optional result limits.
  • Planned Tools:
    • kagi_summarize: Generate summaries of web pages or text.
    • kagi_fastgpt: Get quick responses using Kagi's FastGPT.
    • kagi_enrich: Fetch enriched news results on specific topics.
  • Debugging Support: Use the MCP Inspector for troubleshooting.

Use Cases

  • Fetching and summarizing search results via Claude Desktop.
  • Enhancing AI responses with real-time web data.
  • Future integration with summarization and FastGPT tools for richer interactions.

Visit More

View All