Back to MCP directory
publicPublicdnsLocal runtime

Barnsworthburning Search

一个用于搜索barnsworthburning.net网站的Model Context Protocol (MCP)服务器,提供API接口供Claude等客户端调用。

article

README

🚀 燕子烧 MCP 服务器

燕子烧 MCP 服务器是一个强大的工具,用于在 barnsworthburning.net 上进行搜索。它基于 模型上下文协议 (MCP) 构建,能与多种支持 MCP 的客户端协同工作,为用户提供便捷的搜索体验。

🚀 快速开始

此 MCP 服务器提供了一个工具,通过访问 https://barnsworthburning.net/api/search 的 API 端点来搜索 barnsworthburning.net。它可以与 Claude for Desktop 或其他支持 MCP 的客户端一起使用。有关如何使用 MCP 服务器与兼容客户端(例如 Claude for Desktop 或 Cursor)配合,请参阅 模型上下文协议文档

✨ 主要特性

  • 基于模型上下文协议 (MCP) 构建,可与多种支持 MCP 的客户端兼容。
  • 提供便捷的搜索功能,通过 API 端点可在 barnsworthburning.net 上进行搜索。

📦 安装指南

通过 Smithery 安装

要自动通过 Smithery 安装燕子烧,可使用以下命令:

npx -y @smithery/cli install @Aias/barnsworthburning-mcp --client claude

手动安装

  1. 克隆此仓库。
  2. 安装依赖项:
npm install
  1. 构建服务器:
npm run build

💻 使用示例

基础用法

一旦服务器与客户端连接,您可以提出如下问题:

  • “在 barnsworthburning.net 搜索 '设计'”
  • “查找关于排版的文章”
  • “barnsworthburning.net 关于用户体验的内容有哪些?”

📚 详细文档

此 MCP 服务器提供以下工具: | 属性 | 详情 | |------|------| | 工具名称 | search | | 功能 | 在 barnsworthburning.net 上搜索指定的查询 | | 参数 | query:要在 barnsworthburning.net 上搜索的查询词 |

🔧 技术细节

要修改或扩展此 MCP 服务器,可按以下步骤操作:

  1. 编辑 src 目录中的源代码。
  2. 使用 npm run build 重建服务器。

📄 许可证

本项目采用 MIT 许可证。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client