Content
# mcp-server-brave-search
Zed extension that wraps the official Brave Search MCP server: [`@brave/brave-search-mcp-server`](https://www.npmjs.com/package/@brave/brave-search-mcp-server). See the upstream project for features and usage details: [brave/brave-search-mcp-server](https://github.com/brave/brave-search-mcp-server/).
## Configuration
This MCP server requires an API key.
1. Sign up for a [Brave Search API account](https://brave.com/search/api/)
2. Choose a plan (Free tier available with 2,000 queries/month)
3. Generate your API key [from the developer dashboard](https://api.search.brave.com/app/keys)
In your Zed settings:
```json
{
"context_servers": {
"mcp-server-brave-search": {
"settings": {
"brave_api_key": "YOUR_API_KEY"
}
}
}
}
```
Connection Info
You Might Also Like
Filesystem
Model Context Protocol Servers
Sequential Thinking
Offers a structured approach to dynamic and reflective problem-solving,...
mcp-chrome
Chrome MCP Server is a Chrome extension-based Model Context Protocol (MCP)...
lucid-agents
Lucid Agents Commerce SDK. Bootstrap AI agents in 60 seconds that can pay,...
Human-In-the-Loop-MCP-Server
A powerful MCP Server that enables AI assistants like Claude to interact...
mcp-crash-course
Learn the Model Context Protocol (MCP) for AI applications through hands-on projects.