Skip to main content

brave-search

Brave Search Engine API integration. Use when the agent needs this capability via MCP.

Ir para a instalação

Informações da origem

Repositório
RabbitAI-Lab/rabbit-plugins-mcp
Última atividade na origem
26 de julho de 2026 às 14:08
Idioma detectado do SKILL.md
inglês
Estrelas
0
Forks
0

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
name
brave-search
description
Brave Search Engine API integration. Use when the agent needs this capability via MCP.
# brave-search Brave Search Engine API integration ## When to Activate - Use **brave-search** from an MCP-aware client - Official Core tasks that brave-search supports - Register brave-search via `claude mcp add` or `.mcp.json` ## Installation brave-search is an MCP server (stdio transport). Register it with Claude Code: ```bash claude mcp add brave-search -- npx @modelcontextprotocol/server-brave-search ``` Or add to `.mcp.json`: ```json { "mcpServers": { "brave-search": { "command": "npx", "args": [ "@modelcontextprotocol/server-brave-search" ] } } } ``` A guided installer is at `scripts/install.sh`. ## Verification ```bash claude mcp list ``` ## Details - **Server**: `brave-search` - **Maintainer**: Anthropic官方 - **Protocol**: stdio - **Category**: Official Core - **Priority**: Recommended
Ver no GitHub