mcpkagi
Verified Safeby gkjpettet
Overview
Provides an MCP server to enable LLMs to search the web using the Kagi search API.
Installation
mcpkagi --apikey YOUR_API_KEY_HERESecurity Notes
The provided source code is extremely truncated, only showing the README.md. Without access to the actual Xojo source code, a comprehensive security audit for vulnerabilities like insecure API calls, data handling, or potential 'eval'-like functions cannot be performed. Based solely on the README, the API key is passed as a command-line argument, which is a reasonable practice. No immediate malicious patterns or hardcoded secrets are visible in the provided text.
Similar Servers
mcp-omnisearch
Provides a unified interface for LLMs to access multiple web search, AI response, content processing, and enhancement tools from various providers through the Model Context Protocol (MCP).
kagimcp
Provides search and summarization tools to LLMs via the Model Context Protocol (MCP) using Kagi's API.
kagi-ken-mcp
This MCP server provides Kagi search and summarization capabilities to LLM agents like Claude, leveraging a user's Kagi session token.
MCPKit
Provides a Xojo framework for creating Model Context Protocol (MCP) servers that expose custom tools to Large Language Models (LLMs).