brave-search-mcp

brave-search-mcp

Enables Brave Search via MCP, deployed on Railway for seamless integration with AI agents.

Category
Visit Server

README

Brave Search MCP Server on Railway

这是一个部署在 Railway 上的 Brave Search MCP HTTP 服务。

部署方式

方式 1:通过 GitHub 部署(推荐)

  1. Fork 或上传此目录到 GitHub 仓库
  2. 登录 Railway Dashboard
  3. 点击 New ProjectDeploy from GitHub repo
  4. 选择你上传的仓库
    • Railway 会自动识别 package.json 并运行 npm start
    • Railway 会自动设置 PORT 环境变量

方式 2:通过 Railway CLI

npm i -g @railway/cli
railway login
railway init
railway up

环境变量

在 Railway Dashboard 中 必须设置

变量名 说明 示例
BRAVE_API_KEY 必需 Brave Search API Key BSA-xxxxxxxxxx

不需要手动设置 PORT,Railway 会自动处理。

获取 Brave API Key

  1. 前往 Brave Search API 注册
  2. 选择 Search 计划(适合 AI Agents)
  3. 开发者面板 生成 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 服务进行搜索了。

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured