Kagi MCP server
MCP server that allows to search web using Brave Search API
Components
Resources
The server implements calls of API methods:
- Web Search
Prompts
The server provides doesn't provide any prompts:
Tools
The server implements several tools:
- web_search to search web
Configuration
Quickstart
Install
Claude Desktop
On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
Development/Unpublished Servers Configuration
``` "mcpServers": { "brave-search-mcp": { "command": "uv", "args": [ "--directory", "path_to_project", "run", "brave-search-mcp" ], "env": { "BRAVE_API_KEY": "YOUR API KEY" } } } ```Development
Debugging
npx @modelcontextprotocol/inspector uv --directory path_to_project run brave-search-mcp