K

Kagi Search

Ad-free premium web search with summarizer and universal answers.

Kagi·No reviews yet
Repo Docs
Share:

About

Query Kagi's premium search API for ranked web results, Kagi Universal Summarizer for long-form content, and FastGPT for grounded answers. Ideal when quality-of-results matters more than volume. Requires a Kagi Search API key.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

web_search
Search the web and return top results
fetch_url
Fetch and return the contents of a URL

Screenshots

No screenshots yet.

Install Kagi Search

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "kagi-search": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-kagi-search"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "kagi-search": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-kagi-search"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "kagi-search": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-kagi-search"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.