MCP Directory
Back

mcp-servers-kagi

by ac3xx · TypeScript · ★ 44

A Model Context Protocol server implementation for Kagi's API

#kagi#model-context-protocol

Install

npx -y github:ac3xx/mcp-servers-kagi

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-servers-kagi": {
      "command": "npx",
      "args": [
        "-y",
        "github:ac3xx/mcp-servers-kagi"
      ]
    }
  }
}

From the README

[](https://smithery.ai/protocol/kagi-server) MCP server for Kagi API integration This is a TypeScript-based MCP server that integrates the Kagi Search API. It demonstrates core MCP concepts by providing: - Tools for performing web searches and other operations using Kagi's API (currently in private beta) - - Perform web searches using Kagi - Takes a query string and optional limit as parameters - Returns search results from Kagi's API - - Generate summaries of web pages or text - - Get quick responses using Kagi's FastGPT - - Fetch enriched news results on specific topics Install…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related search servers