Skip to main content
Glama
tsiongk

brave-search-mcp

by tsiongk

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

  1. Go to Brave Search API

  2. Sign up for an API key

  3. Copy your subscription token

2. Configure Environment

cp .env.example .env

Edit .env and add your API key:

BRAVE_API_KEY=your_api_key_here

3. Install Dependencies

uv sync

4. Run the Server

uv run python src/main.py

The server will start on http://localhost:8080.

Tools

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
})

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.py

License

MIT

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables 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
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables 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.
  • F
    license
    B
    quality
    D
    maintenance
    Enables 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

View all related MCP servers

Related MCP Connectors

  • Visit https://brave.com/search/api/ for a free API key. Search the web, local businesses, images,…

  • The best web search for your AI Agent

  • Web search, news, page retrieval, sitemaps, and trending topics through Search1API.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tsiongk/brave-search'

If you have feedback or need assistance with the MCP directory API, please join our Discord server