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.

Frequently Asked Questions

Common questions about Kagi Search.

What does the Kagi Search MCP provide?
The Kagi Search MCP enables access to Kagi's premium search API. It delivers ranked web results, universal summarization of long-form content, and grounded answers via FastGPT. This is suitable for scenarios prioritizing result quality.
How can I install the Kagi Search MCP in a client?
Installation typically involves adding the Kagi Search MCP from a client's available model directory. Specific steps depend on the MCP client, such as Claude Desktop, Cursor, or Cline. Refer to your client's documentation for detailed instructions.
Does the Kagi Search MCP require an API key or other credentials?
Yes, the Kagi Search MCP requires a Kagi Search API key. You will need to obtain this key from Kagi directly and configure it within your MCP client for authentication.
What are the key capabilities offered by the Kagi Search MCP?
The Kagi Search MCP offers premium web search capabilities, a universal summarizer for extensive content, and FastGPT for generating grounded answers. It focuses on providing high-quality, ad-free search results.
Is there a cost associated with using the Kagi Search MCP?
The cost of using the Kagi Search MCP depends on the underlying Kagi Search service. Kagi offers premium search which may involve subscription fees or usage-based pricing. Consult Kagi's pricing details for more information.
What is a prerequisite for using the Kagi Search MCP?
A primary prerequisite for using the Kagi Search MCP is obtaining a valid Kagi Search API key. Without this key, you will not be able to authenticate and access Kagi's services through the MCP.

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.