The reputation layer for AI skills, tools & agents

kagisearch/kagimcp

Score: 59.3 Rank #104

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

Expand your description to 150+ characters for better discoverability

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge

AgentRank score for kagisearch/kagimcp
[![AgentRank](https://agentrank-ai.com/api/badge/tool/kagisearch--kagimcp)](https://agentrank-ai.com/tool/kagisearch--kagimcp)
<a href="https://agentrank-ai.com/tool/kagisearch--kagimcp"><img src="https://agentrank-ai.com/api/badge/tool/kagisearch--kagimcp" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server""model context protocol""model-context-protocol"

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": {
        "KA
Read full README on GitHub →
Are you the maintainer? Claim this listing