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
这是一个部署在 Railway 上的 Brave Search MCP HTTP 服务。
部署方式
方式 1:通过 GitHub 部署(推荐)
Fork 或上传此目录到 GitHub 仓库
点击 New Project → Deploy from GitHub repo
选择你上传的仓库
Railway 会自动识别 package.json 并运行
npm startRailway 会自动设置
PORT环境变量
方式 2:通过 Railway CLI
npm i -g @railway/cli
railway login
railway init
railway upRelated MCP server: Search MCP
环境变量
在 Railway Dashboard 中 必须设置:
变量名 | 说明 | 示例 |
| 必需 Brave Search API Key |
|
不需要手动设置 PORT,Railway 会自动处理。
获取 Brave API Key
前往 Brave Search API 注册
选择 Search 计划(适合 AI Agents)
在 开发者面板 生成 API Key
部署完成后
Railway 会提供一个 https://xxx.up.railway.app 域名。
MCP 端点地址为:https://xxx.up.railway.app/mcp
本地测试:
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":{}}'在 Hermes 中添加 MCP
部署后运行:
# 添加 MCP 服务器
hermes mcp add brave-search --url https://你的域名.up.railway.app
# 确认无认证需求(API Key 在服务端设置)这样 Hermes 就能通过 Railway 上的 Brave Search MCP 服务进行搜索了。
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
AlicenseAqualityBmaintenanceAn MCP implementation that integrates the Brave Search API, providing comprehensive search capabilities including web, local business, image, video, news searches, and AI-powered summarization.Last updated1,380826,3891,335MIT- AlicenseBqualityDmaintenanceEnables web search capabilities through the Brave Search API, including web search, local POI lookups, and rich search results retrieval for MCP-compatible clients.Last updated435MIT
- Alicense-qualityCmaintenanceEnables Brave Search and web content fetching via MCP, and integrates as LangChain tools for AI agents.Last updatedMIT
- Flicense-qualityDmaintenanceEnables Brave Search tools (web, news, image, video, local, summarizer) via remote MCP over HTTP, deployable on Cloudflare Workers with optional Cloudflare Access authentication.Last updated
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