mcp-kagi-search

kamou/mcp-kagi-search

3.1

If you are the rightful owner of mcp-kagi-search and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

MCP Kagi Search is a model context protocol server designed to interface with the Kagi search engine, allowing users to perform searches via a structured protocol.

MCP Kagi Search

Setup and Usage

  1. Install dependencies:
uv sync
source .venv/bin/activate
  1. Set the Kagi API Token:
export KAGI_API_TOKEN='your_actual_token_here'
  1. Run MCP server in development mode:
mcp dev src/mcp_kagi_search/server.py
  1. Test via MCP Inspector:
  • Open MCP inspector at http://localhost:5173.
  • Run the kagi_search tool with a query (e.g., "steve jobs").
  1. CLI Installation:
uv pip install .
  • Verify the CLI:
mcp-kagi-search --help