Loading...
npx -y @smithery/cli install kagimcp --client claude{
"mcpServers": {
"kagi": {
"command": "uv",
"args": [
"--directory",
"/ABSOLUTE/PATH/TO/PARENT/FOLDER/kagimcp",
"run",
"kagimcp"
],
"env": {
"KAGI_API_KEY": "YOUR_API_KEY_HERE",
"KAGI_SUMMARIZER_ENGINE": "YOUR_ENGINE_CHOICE_HERE" // Defaults to "cecil" engine if env var not present
}
}
}
}searchRetrieves search results from Kagi's search index based on a given query.
Read-only operation, no side effects.
summarizeSummarizes the content of a given URL or text using Kagi's summarization API.
Read-only operation, no direct system modifications.
The Kagi MCP server is relatively safe for read-only operations like search and summarization. However, the risk of API key compromise and the potential for biased summarization outputs should be carefully considered. Limiting summarization engine choices and monitoring API usage can mitigate some risks.