mcp-kagi-search

mcp-kagi-search

0

MCP Kagi Search is a tool designed to integrate Kagi search functionality into an MCP server setup. Users can set up and test search queries using MCP Inspector, and verify installation via the command line interface (CLI).

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