MCP Directory
Back

brave-search-mcp

by mikechao · TypeScript · ★ 119

An MCP Server implementation that integrates the Brave Search API, providing, Web Search, Local Points of Interest Search, Image Search, Video Search, News Search and LLM Context Search capabilities

#brave-search#image-search#mcp#mcp-apps#model-context-protocol#news-search#openai-apps-sdk#video-search#web-search

Install

npx -y github:mikechao/brave-search-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "brave-search-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:mikechao/brave-search-mcp"
      ]
    }
  }
}

From the README

An MCP Server implementation that integrates the [Brave Search API](https://brave.com/search/api/), providing, Web Search, Local Points of Interest Search, Video Search, Image Search, News Search and LLM Context Search capabilities - **Web Search**: Perform a regular search on the web - **Image Search**: Search the web for images. - **News Search**: Search the web for news - **Video Search**: Search the web for videos - **Local Points of Interest Search**: Search for local physical locations, businesses, restaurants, services, etc - **LLM Context Search**: Fetch and extract full web page…
Read full README on GitHub →

Related ai & ml servers