apridachin
/
brave-search-mcp
star
0
MCP server for Brave Search

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
Stars
0
Mar 13Mar 18Mar 24Mar 30Apr 05Apr 11
Configuration
mcpradar.com © 2024 - 2025.
Made by @bytesbay