Skip to main content
Glama
kywrl

brave-mcp-server

by kywrl

Related Servers

Alternatives to brave-mcp-server

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      D
      maintenance
      Exposes a standardized web search tool via Brave Search for MCP clients like Codex, Claude, and Cursor, returning stable JSON.
      MIT
    • A
      license
      B
      quality
      D
      maintenance
      Enables web search capabilities through the Brave Search API, including web search, local POI lookups, and rich search results retrieval for MCP-compatible clients.
      4
      22 npm
      MIT
    • A
      license
      Not graded
      quality
      D
      maintenance
      Enables web search via Brave Search API with freshness filters, full page content fetching, and usage tracking. Designed for Claude integration.
      265 npm
      GPL 3.0
    • 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
      -
    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables AI agents to perform web searches using the Brave Search engine, providing an independent alternative to Google/Bing.
      2 npm
      MIT

    TDQS

    A4.3/5.0

    Scored across 1 tool

    Disambiguation5/5

    Only one tool exists, so there is no possibility of confusion between overlapping operations. web_search has a clear, single responsibility.

    Naming Consistency5/5

    web_search follows a clean snake_case verb_noun format, which is descriptive and conventional. Although there is no other tool to compare against, the naming is consistent with common MCP conventions.

    Tool Count4/5

    A single tool is minimal, but for a Brave Search server the scope is appropriately narrow and the tool fully represents the server's purpose. It feels slightly thin compared to typical MCP servers, but it is not inappropriate.

    Completeness5/5

    The web_search tool exposes the main Brave Search capabilities including general web queries, freshness/country/language filters, result type filtering, and custom ranking. For a search-only server, there are no obvious missing operations.