apridachin/brave-search-mcp
3.1
If you are the rightful owner of brave-search-mcp 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.
The Kagi MCP server integrates with the Brave Search API to enable web search capabilities.
Tools
1
Resources
0
Prompts
0
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