
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
@modelcontextprotocol/server-brave-search
Advanced tools
An MCP server implementation that integrates the Brave Search API, providing both web and local search capabilities.
brave_web_search
query (string): Search termscount (number, optional): Results per page (max 20)offset (number, optional): Pagination offset (max 9)brave_local_search
query (string): Local search termscount (number, optional): Number of results (max 20)Add this to your claude_desktop_config.json:
{
"mcpServers": {
"brave-search": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-brave-search"
],
"env": {
"BRAVE_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
FAQs
MCP server for Brave Search API integration
The npm package @modelcontextprotocol/server-brave-search receives a total of 9,173 weekly downloads. As such, @modelcontextprotocol/server-brave-search popularity was classified as popular.
We found that @modelcontextprotocol/server-brave-search demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.