kagi_mcp_local
If you are the rightful owner of kagi_mcp_local and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP server for Kagi Search using your local browser.
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"
}
}
}
}