Overview
what is Kagi Server?
Kagi Server is a TypeScript-based MCP server that integrates with the Kagi Search API, allowing users to perform web searches and other operations using Kagi's API.
how to use Kagi Server?
To use Kagi Server, install the necessary dependencies, set up your environment with your Kagi API key, and run the server. Once running, you can perform web searches through connected applications like Claude Desktop.
key features of Kagi Server?
- Implements the
kagi_searchtool for performing web searches. - Planned tools include
kagi_summarize,kagi_fastgpt, andkagi_enrichfor additional functionalities. - Easy installation via Smithery CLI.
use cases of Kagi Server?
- Performing web searches for specific queries.
- Integrating with applications like Claude Desktop for enhanced search capabilities.
- Future use cases with planned tools for summarization and enriched news results.
FAQ from Kagi Server?
- What is the Kagi API?
The Kagi API allows users to perform web searches and retrieve results programmatically.
- How do I install Kagi Server?
You can install Kagi Server using the Smithery CLI with the command:
npx @smithery/cli install kagi-server --client claude.
- What tools are currently implemented?
Currently, the
kagi_searchtool is implemented, with more tools planned for future releases.