kagimcp

kagisearch/kagimcp
★ 324 stars Python 🔍 Search Updated 1mo ago
The Official Model Context Protocol (MCP) server for Kagi search & other tools.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "kagimcp": {
      "command": "uvx",
      "args": [
        "kagimcp"
      ]
    }
  }
}

Or install with pip: pip install kagimcp