kagi_mcp_local logo

kagi_mcp_local

by mvkvc

kagi_mcp_local is a tool intended for personal use as an alternative to manual searching and copy-pasting from Kagi Search. It allows you to run an MCP server for Kagi Search using your local browser.

View on GitHub

Last updated: N/A

kagi_mcp_local

DISCLAIMER: This tool is intended for personal use only, as an alternative to manual searching and copy-pasting. It is not designed for automated querying or scraping of Kagi search results. If you have access you should use the official Kagi MCP server at https://github.com/kagisearch/kagimcp.

MCP server for Kagi Search using your local browser.

Requirements

Setup

{
  "mcpServers": {
    "kagi-search": {
      "command": "uvx",
      "args": [
        "--refresh",
        "--from",
        "git+https://github.com/mvkvc/kagi_mcp_local",
        "kagimcplocal"
      ],
      "env": {
        "BROWSER": "/usr/bin/brave-browser",
        "CDP_URL": "http://localhost",
        "CDP_PORT": "9222",
        "RESULTS_MAX": "5",
        "PAGE_TIMEOUT": "30000"
      }
    }
  }
}

License

MIT