kagisearch/kagimcp
The Official Model Context Protocol (MCP) server for Kagi search & other tools.
Overview
kagisearch/kagimcp is a Python MCP server licensed under MIT. The Official Model Context Protocol (MCP) server for Kagi search & other tools.
Ranked #104 out of 25632 indexed tools.
In the top 1% of all indexed tools.
Ecosystem
Python MIT
Signal Breakdown
Stars 323
Freshness 16d ago
Issue Health 100%
Contributors 4
Dependents 0
Forks 34
Description Good
License MIT
How to Improve
Description low impact
Dependents medium impact
Matched Queries
From the README
# Kagi MCP server <a href="https://glama.ai/mcp/servers/xabrrs4bka"> </a> ## Setup Intructions > Before anything, unless you are just using non-search tools, ensure you have access to the search API. It is currently in closed beta and available upon request. Please reach out to [email protected] for an invite. Install uv first. MacOS/Linux: ```bash curl -LsSf https://astral.sh/uv/install.sh | sh ``` Windows: ``` powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex" ``` ### Installing via Smithery Alternatively, you can install Kagi for Claude Desktop via [Smithery](https://smithery.ai/server/kagimcp): ```bash npx -y @smithery/cli install kagimcp --client claude ``` ### Setup with Claude #### Claude Desktop ```json // claude_desktop_config.json // Can find location through: // Hamburger Menu -> File -> Settings -> Developer -> Edit Config { "mcpServers": { "kagi": { "command": "uvx", "args": ["kagimcp"], "env": { "KARead full README on GitHub →
Are you the maintainer? Claim this listing