kamou/mcp-kagi-search
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
- 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