Skip to main content
Search & Data ExtractionTypeScript

czottmann/kagi-ken-mcp

Work with Kagi *without* API access (you'll need to be a customer, tho). Searches and summarizes. Uses Kagi session token for easy authentication.

search-data-extractioncloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/czottmann/kagi-ken-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "kagi-ken-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "czottmann/kagi-ken-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Search & Data Extraction
Language
TypeScript
Author
czottmann