Kagi Search
STDIOMCP server that allows to search web using Kagi API.
MCP server that allows to search web using Kagi API.
MCP server that allows to search web using Kagi API
The server implements calls of API methods:
The server provides doesn't provide any prompts:
The server implements several tools:
To install the Kagi MCP server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install kagi-mcp --client claude
On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
To prepare the package for distribution:
uv sync
uv build
This will create source and wheel distributions in the dist/
directory.
uv publish
Note: You'll need to set PyPI credentials via environment variables or command flags:
--token
or UV_PUBLISH_TOKEN
--username
/UV_PUBLISH_USERNAME
and --password
/UV_PUBLISH_PASSWORD
npx @modelcontextprotocol/inspector uv --directory path_to_project run kagi-mcp