kagi-ken-mcp
Verified Safeby czottmann
Overview
This MCP server provides Kagi search and summarization capabilities to LLM agents like Claude, leveraging a user's Kagi session token.
Installation
npx -y github:czottmann/kagi-ken-mcpEnvironment Variables
- KAGI_SESSION_TOKEN
Security Notes
The server utilizes standard Node.js practices and the MCP SDK for inter-process communication (stdio transport), which inherently limits network exposure. Session tokens are handled via environment variables or a local file, preventing hardcoding. Input validation uses Zod schemas. The primary security consideration is the sensitive nature of the Kagi session token, which provides direct access to the user's Kagi account and is explicitly warned about in the README.
Similar Servers
claude-code-mcp
Provides an MCP server to allow LLMs to directly invoke Claude Code CLI for complex coding, file system, and Git operations, bypassing interactive permission prompts.
mcp-omnisearch
A Model Context Protocol (MCP) server that provides unified access to multiple search providers, AI tools, and content processing/enhancement features through a single interface.
kagimcp
Provides search and summarization tools to LLMs via the Model Context Protocol (MCP) using Kagi's API.
Google-Search-MCP-Server
This MCP server enhances Google search with AI-powered research synthesis, content extraction, source quality assessment, and deduplication, designed to be used by large language models (LLMs) like Claude.