Skip to main content

Brave Search MCP

Unverifiedv0.1.0MIT

by AgentNode Community · published 11 days ago · MCP Server

MCP server for Brave Search API web and local search.

Provides web and local search capabilities via the Brave Search API. Returns web results with titles, descriptions, and URLs.

mcp

Quick Start

Requirements

  • • Node.js and npx installed
  • 1 API key required

1. Install

bash
agentnode install mcp-brave-search

2. Set Environment

bash
export BRAVE_API_KEY=your-key-here

3. Run

bash
agentnode run mcp-brave-search --input '{"query": "test"}'

When started, this MCP server runs as a local subprocess via stdio transport.

This MCP server runs locally on your machine as a subprocess. AgentNode provides discovery metadata — the executable code is maintained by its npm publisher. Learn how this works | New to MCP?

Registry Verification

External Source

No executable artifact is hosted in the AgentNode registry. This package references an external MCP server published as @modelcontextprotocol/server-brave-search on npm.

AgentNode provides discovery, install metadata, and integrity protection for the start command. The server code itself is maintained by its npm publisher.

Version History

Capabilities

web_searchbrave_web_searchtool

Search the web via Brave Search

Input Schema

{
  "type": "object",
  "properties": {}
}

Permissions

Declared by the publisher. Checked before execution by the policy gate.

Networknone
Filesystemnone
Code Executionnone
Data Accessinput_only
User Approvalonce

Permissions are policy-checked before execution. Network and filesystem access are not sandboxed at runtime. Learn more

Privacy

All tool execution happens locally on your machine. AgentNode never receives:

  • • Tool inputs or outputs
  • • Execution logs
  • • Data your agent processes

Only install events and search queries are sent to the registry.

bash
agentnode install mcp-brave-search

External Source

Code is maintained externally, not hosted by AgentNode.

Required Setup

BRAVE_API_KEYrequired

Set these environment variables before running this MCP server.

License

MIT

Stats

Downloads0
Installs0
Versionv0.1.0
Published5/28/2026
Channelstable
TypeMCP Server

Compatibility

Frameworks

mcp

Runtime

MCP

Trust & Security

PublisherUnverified
SignatureNone
ProvenanceNone
Security Issues0

Publisher

A

AgentNode Community

@agentnode-community