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
Related MCP Servers
View all browser_automation servers →Fetch
by modelcontextprotocol
A Model Context Protocol server that provides web content fetching capabilities, enabling LLMs to retrieve and process content from web pages.
markdownify-mcp
by zcaceres
Markdownify is a Model Context Protocol (MCP) server that converts various file types and web content to Markdown format.
mcp-playwright
by executeautomation
A Model Context Protocol server that provides browser automation capabilities using Playwright.
web-eval-agent
by Operative-Sh
operative.sh's MCP Server is a tool for autonomous debugging of web applications directly from your code editor.
cursor-talk-to-figma-mcp
by sonnylazuardi
This project implements a Model Context Protocol (MCP) integration between Cursor AI and Figma, allowing Cursor to communicate with Figma for reading designs and modifying them programmatically.
ai-agent-marketplace-index-mcp
by AI-Agent-Hub
MCP Server for AI Agent Marketplace Index from DeepNLP, allowing AI assistants to search available AI agents by keywords or categories.
playwright-mcp
by microsoft
Playwright MCP is a Model Context Protocol server that provides browser automation capabilities using Playwright, enabling LLMs to interact with web pages through structured accessibility snapshots.