Back to MCP Servers
🔌

kagisearch/kagimcp

MITAPI key required

☁️ 📇 – Official Kagi Search MCP Server

PythonSearch

Install

npx -y -y @smithery/cli

Required environment variables

KAGI_API_KEYSet in your MCP config
YOUR_API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "kagisearch-kagimcp": {
      "command": "npx",
      "args": [
        "-y",
        "-y",
        "@smithery/cli"
      ],
      "env": {
        "KAGI_API_KEY": "<YOUR_KAGI_API_KEY>",
        "YOUR_API_KEY": "<YOUR_YOUR_API_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.