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