🔍

Brave Search MCP Server MCP Server Pricing 2026

Updated June 2026

Complete pricing guide for the Brave Search MCP ServerMCP server — costs, free options, and what you'll pay.

Freemiumby Brave✓ OfficialLast checked July 15, 2026

💰 How Much Does Brave Search MCP Server MCP Server Cost?

The MCP server is free and open-source. Brave Search API: Free tier with 2,000 queries/mo. Paid plans for higher volume starting at $3/1000 queries.

See official Brave Search MCP Server pricing →

Is Brave Search MCP Server MCP Server Free?

Yes, Brave Search MCP Server MCP Server has free options

The Brave Search MCP Server MCP server itself is free to install and use. The underlying Brave Search MCP Server service offers a free tier that lets you get started without paying. Paid plans are available for additional features and higher usage limits.

Brave Search MCP Server Cost Breakdown: Server vs Service

🆓

MCP Server (Always Free)

The Brave Search MCP Server MCP server is the connector that lets your AI assistant (Claude, Cursor, VS Code, etc.) interact with Brave Search MCP Server. This component is always free to install and use — it's just a bridge between your AI tool and the service.

💚

Brave Search MCP Server Service (Freemium)

The MCP server is free and open-source. Brave Search API: Free tier with 2,000 queries/mo. Paid plans for higher volume starting at $3/1000 queries.

View official pricing →

How to Install Brave Search MCP Server MCP Server

npm
npx -y @brave/brave-search-mcp-server --transport stdio

Compatible with: Claude Desktop, Cursor, VS Code, Windsurf, Cline

Frequently Asked Questions

Is Brave Search MCP Server MCP Server free to use?

The Brave Search MCP Server MCP server itself is free to install. The underlying Brave Search MCP Server service offers a free tier with limited features, plus paid plans for additional capabilities.

How much does Brave Search MCP Server MCP Server cost in 2026?

The MCP server is free and open-source. Brave Search API: Free tier with 2,000 queries/mo. Paid plans for higher volume starting at $3/1000 queries. The MCP server component is always free to install and configure with your AI assistant.

What are the best alternatives to Brave Search MCP Server MCP Server?

There are several alternative MCP servers in the Search category. Visit the Brave Search MCP Server alternatives page on MyMCPTools to compare features, pricing, and compatibility with AI assistants like Claude, Cursor, and VS Code.

What's included in the Brave Search MCP Server free tier?

The Brave Search MCP Server free tier typically includes core functionality with usage limits. Check the official Brave Search MCP Server website for the most up-to-date free tier details and limitations.

Does Brave Search MCP Server work with Claude Desktop, Cursor, and VS Code?

Yes, the Brave Search MCP Server MCP server is compatible with popular AI assistants and code editors that support the Model Context Protocol (MCP), including Claude Desktop, Cursor, VS Code, Windsurf, and Cline.

Looking for Brave Search MCP Server alternatives?

Compare similar MCP servers with different pricing and features.

View Alternatives →

Learn More

Quick Info

Pricing Model
Freemium
Install Type
npm
Author
Brave
Categories
🔍 Search
Official Pricing
View Pricing →

Related Servers

Apify MCP ServerFreemium

The Apify MCP server gives AI agents access to 6,000+ ready-made cloud scrapers, crawlers, and automation tools on the Apify Store — no infrastructure required. Connect to Apify Actors that extract data from social media platforms (Instagram, TikTok, LinkedIn), search engines (Google, Bing), e-commerce sites (Amazon, eBay), maps (Google Maps), and virtually any website. Each Actor runs in the cloud with managed proxies, browser fingerprinting, and anti-bot bypass built in. Use the Apify MCP server to query Actors by task, stream results directly into your AI context, run custom scraping Actors from your Apify account, and chain multiple data extraction steps in a single workflow. Supports tool filtering to expose only the Actors you need, and integrates with Apify's RAG web browser Actor for retrieval-augmented generation use cases.

Firecrawl MCP ServerFreemium

The Firecrawl MCP server gives your AI assistant the ability to crawl, scrape, and extract structured data from any website — turning raw HTML into clean, LLM-ready Markdown or JSON in seconds. Built by the Firecrawl team, it exposes tools for single-page scraping, deep site crawls (following internal links), and batch URL extraction, all with JavaScript rendering handled automatically so dynamic content is never missed. Developers use it to automate competitive research, build live knowledge bases, extract pricing tables, monitor documentation changes, or feed structured web data into RAG pipelines — all through natural-language prompts without writing a single scraper script. The Firecrawl MCP server handles rate limiting, retries, and proxy rotation behind the scenes. Authentication requires a Firecrawl API key (free tier available). Install with: npx firecrawl-mcp. Works with Claude Desktop, Cursor, VS Code, and any MCP-compatible client. With Firecrawl, any public webpage becomes a structured data source your AI can reason over, compare, and act on — making it the go-to MCP server for web data extraction workflows.

Exa MCP ServerFreemium

Exa's official MCP server connects AI assistants to a search engine purpose-built for AI, using neural embeddings to match on meaning rather than keywords so agents get clean, ready-to-use content instead of a page of blue links to re-parse. The default tool set covers web_search_exa for quick topical lookups and web_search_advanced_exa for full control over domains, date ranges, and content filters, plus specialized tools for code_search (searching real-world code and GitHub), company_research (building company profiles, competitor lists, and financials), crawling/web_fetch (pulling clean content from a specific URL), people_search and linkedin_search (public professional-profile lookups), and deep_researcher_start/check for long-running multi-step research tasks backed by Exa's Research API. The server is hosted at https://mcp.exa.ai/mcp — no local process to run — and connects via one-line setup in Cursor, VS Code, Claude Code, Claude Desktop (available as a native Connector), Codex, OpenCode, Windsurf, and Antigravity, authenticated with an EXA_API_KEY from the Exa dashboard. Tool exposure is tunable per client via a ?tools= query parameter on the endpoint URL, letting teams ship narrow, purpose-built configurations (e.g. company-research-only or LinkedIn-only agents) instead of exposing the full surface, and Exa ships ready-made Claude Skills/agent definitions for common patterns like company research and people search with built-in query-variation and token-isolation guidance.

Hugging FaceFreemium

Connect to Hugging Face Hub APIs - search spaces, papers, explore datasets and models.

AlgoliaFreemium

Use AI agents to provision, configure, and query your Algolia search indices.

Elasticsearch MCP ServerFreemium

The Elasticsearch MCP Server (elastic/mcp-server-elasticsearch) is Elastic's official server for connecting AI agents to Elasticsearch data over the Model Context Protocol, enabling natural-language querying, analysis, and retrieval across your indices without building custom APIs. Once connected, an assistant can list available indices, inspect field mappings, and run searches or aggregations described in plain English — "show me the top error messages from the last 24 hours" — against an Elasticsearch 8.x or 9.x cluster. Important status note: as of version 0.4.0 this standalone server is officially DEPRECATED and receives only critical security updates going forward; Elastic has superseded it with the Elastic Agent Builder MCP endpoint, available in Elastic 9.2.0+ and Elasticsearch Serverless projects, which is the recommended path for new integrations. For existing users, the current server ships as a Docker container image (docker.elastic.co/mcp/elasticsearch) rather than a pip package, and supports both stdio and streamable-HTTP transports (SSE is deprecated). Configure it with the `ES_URL` environment variable pointing at your cluster plus either an `ES_API_KEY` or an `ES_USERNAME`/`ES_PASSWORD` pair for authentication; an optional `ES_SSL_SKIP_VERIFY=true` is available for development-only TLS bypass. Run in stdio mode with `docker run -i --rm -e ES_URL -e ES_API_KEY docker.elastic.co/mcp/elasticsearch stdio` and add the equivalent block to your Claude Desktop, Cursor, or VS Code MCP config.