brave-search-mcp
Provides web search and local business search using the Brave Search API, enabling queries for articles, news, online content, and local places with ratings, hours, and contact info.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@brave-search-mcpsearch for latest AI news"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Brave Search MCP Server
A Dedalus MCP server that provides web and local search capabilities using the Brave Search API.
Features
Web Search: General web search for articles, news, and online content
Local Search: Find local businesses, restaurants, and places with ratings, hours, and contact info
Related MCP server: Brave Search MCP Server
Setup
1. Get a Brave API Key
Go to Brave Search API
Sign up for an API key
Copy your subscription token
2. Configure Environment
cp .env.example .envEdit .env and add your API key:
BRAVE_API_KEY=your_api_key_here3. Install Dependencies
uv sync4. Run the Server
uv run python src/main.pyThe server will start on http://localhost:8080.
Tools
brave_web_search
Performs a web search using the Brave Search API.
Parameters:
query(str, required): Search query (max 400 chars, 50 words)count(int, optional): Number of results (1-20, default 10)offset(int, optional): Pagination offset (max 9, default 0)
Example:
await client.call_tool("brave_web_search", {
"query": "python async programming",
"count": 5
})brave_local_search
Searches for local businesses and places.
Parameters:
query(str, required): Local search query (e.g., "pizza near Central Park")count(int, optional): Number of results (1-20, default 5)
Example:
await client.call_tool("brave_local_search", {
"query": "coffee shops in San Francisco",
"count": 3
})Testing
Run the test client:
uv run python src/client.pyLicense
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Visit https://brave.com/search/api/ for a free API key. Search the web, local businesses, images,…
Provides AI assistants with access to Seltz's powerful Web Search capabilities.
Web search, browser automation, scraping, crawling and CAPTCHA solving for AI agents.
Web search, scraping, Google Trends and data lookups. Paid per call in USDC on Base via x402.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables web searching and local business discovery through the Brave Search API. Provides both general web search with pagination and filtering controls, plus local business search with automatic fallback to web results.2-
- FlicenseNot gradedqualityDmaintenanceEnables web and local business searches through the Brave Search API. Provides general web search with pagination and filtering, plus local business search with automatic fallback to web results.-
- FlicenseBqualityDmaintenanceEnables web search and local business data retrieval through the Brave Search API. Provides tools for web search, local points of interest, and rich search results with customizable parameters.4-
- AlicenseNot gradedqualityNot gradedmaintenanceIntegrates Brave Search API to enable web, image, video, news, and local business searches with filtering options like result count and content freshness.102-