Brave Search MCP
○Community◆Sandbox requiredv0.1.0MITby AgentNode Community · published 1 month 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.
Quick Start
Requirements
- • Node.js and npx installed
- • 1 API key required
1. Install
agentnode install mcp-brave-search2. Set Environment
export BRAVE_API_KEY=your-key-here3. Run
agentnode run mcp-brave-search --input '{"query": "test"}'When started, this MCP server runs locally on your machine via stdio transport.
This MCP server runs locally on your machine. AgentNode provides discovery metadata — the executable code is maintained by its npm publisher. Learn how this works | New to MCP?
Registry Verification
External SourceNo executable artifact is hosted in the AgentNode registry. 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
Search the web via Brave Search
Input Schema
{
"type": "object",
"properties": {}
}Permissions
Declared by the publisher. Checked before execution by the policy gate.
Permissions are policy-checked before execution. For trusted and curated packages that run on the host, network and filesystem access are policy-checked but not OS-sandboxed. When runtime isolation is required for untrusted/community code, AgentNode uses sandbox-or-fail-closed if the required container runtime and pinned image are available. 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.
agentnode install mcp-brave-searchExternal Source
Code is maintained externally, not hosted by AgentNode.
Required Setup
BRAVE_API_KEYrequiredSet these environment variables before running this MCP server.
License
MITStats
Compatibility
Frameworks
Runtime
MCPTrust & Security
Publisher
AgentNode Community
@agentnode-community