Provides a server interface for Kagi CLI functionalities, enabling programmatic access to its features.
kagi-mcp is a lightweight server designed to expose the powerful capabilities of the Kagi CLI programmatically. Built in Rust as a single binary, it acts as a thin wrapper around the existing Kagi command-line interface, directly emitting the same standardized JSON output. This tool simplifies integration of Kagi's search, summarization, AI assistant, and other functionalities into external applications, making it ideal for desktop AI assistants like Claude Desktop.
主な機能
01Wraps the kagi-cli for core functionality
02Lightweight single Rust binary
03Emits standardized JSON output directly from the CLI
04Environment variable based authentication
050 GitHub stars
06Configurable subprocess timeout
ユースケース
01Programmatic access to Kagi's search, summarization, and AI assistant tools
02Integrating Kagi functionalities into desktop AI applications (e.g., Claude Desktop)
03Developing custom applications that leverage Kagi's underlying capabilities