brave-search-mcp
Provides tools for searching the web using the Brave Search API, allowing AI agents to perform web searches.
Click on "Install 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 top tech news today"
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 on Railway
This is a Brave Search MCP HTTP service deployed on Railway.
Deployment Methods
Method 1: Deploy via GitHub (Recommended)
Fork or upload this directory to a GitHub repository
Log in to the Railway Dashboard
Click New Project → Deploy from GitHub repo
Select the repository you uploaded
Railway will automatically detect package.json and run
npm startRailway will automatically set the
PORTenvironment variable
Method 2: Via Railway CLI
npm i -g @railway/cli
railway login
railway init
railway upRelated MCP server: Search MCP
Environment Variables
You must set the following in the Railway Dashboard:
Variable Name | Description | Example |
| Required Brave Search API Key |
|
There is no need to manually set PORT; Railway handles it automatically.
Obtaining a Brave API Key
Go to Brave Search API to register
Select the Search plan (suitable for AI Agents)
Generate an API Key in the Developer Dashboard
After Deployment
Railway will provide a domain like https://xxx.up.railway.app.
The MCP endpoint address is: https://xxx.up.railway.app/mcp
Local testing:
curl -s -X POST https://xxx.up.railway.app/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'Adding MCP to Hermes
After deployment, run:
# 添加 MCP 服务器
hermes mcp add brave-search --url https://你的域名.up.railway.app
# 确认无认证需求(API Key 在服务端设置)This allows Hermes to perform searches via the Brave Search MCP service on Railway.
Maintenance
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
AlicenseAqualityAmaintenanceAn MCP implementation that integrates the Brave Search API, providing comprehensive search capabilities including web, local business, image, video, news searches, and AI-powered summarization.823,1551,397MIT- AlicenseBqualityDmaintenanceEnables web search capabilities through the Brave Search API, including web search, local POI lookups, and rich search results retrieval for MCP-compatible clients.416MIT
- AlicenseBqualityCmaintenanceEnables Brave Search and web content fetching via MCP, and integrates as LangChain tools for AI agents.2MIT
- AlicenseNot gradedqualityDmaintenanceEnables Brave Search tools (web, news, image, video, local, summarizer) via remote MCP over HTTP, deployable on Cloudflare Workers with optional Cloudflare Access authentication.MIT
Related MCP Connectors
Brave Search MCP — independent web index (no Google/Bing dependency)
Multi-engine search for AI agents. Trust scoring, local corpus, MCP-native. Self-hostable, BYOK.
The best web search for your AI Agent
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/dodou/brave-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server