Back to MCP directory
publicPublicdnsLocal runtime

barnsworthburning-mcp

一个为barnsworthburning.net提供搜索功能的MCP服务器

article

README

🚀 焚毁巴恩斯沃思 MCP 服务器

这是一个用于搜索 barnsworthburning.net模型上下文协议 (MCP) 服务器,能为相关应用提供便捷的搜索服务。

Smithery 徽章

🚀 快速开始

此 MCP 服务器提供了通过 API 端点 https://barnsworthburning.net/api/search 搜索 barnsworthburning.net 的工具,可用于 Claude for Desktop 或任何其他 MCP 客户端。

📦 安装指南

通过 Smithery 安装

要自动通过 Smithery 安装 Barnsworthburning for Claude Desktop,可使用以下命令:

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

手动安装

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

💻 使用示例

基础用法

有关如何使用 MCP 服务器与兼容客户端(例如 Claude for Desktop 或 Cursor)配合,请参阅 模型上下文协议文档

高级用法

一旦服务器连接到客户端,您可以询问如下问题:

  • "搜索 barnsworthburning.net 上的 '设计'"
  • "查找关于打字的 articles 在 barnsworthburning.net 上"
  • "barnsworthburning.net 关于用户体验有什么信息?"

📚 详细文档

此 MCP 服务器提供以下工具:

  • 搜索:在 barnsworthburning.net 上查找给定的查询。
    • 参数:
      • query:要在 barnsworthburning.net 上搜索的查询词。

🔧 技术细节

要修改或扩展此 MCP 服务器:

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

📄 许可证

本项目采用 MIT 许可证。

READY-TO-PASTE CONFIG

MCP client config generator

Choose your client, fill the required environment variables, then copy a config generated from this server's published metadata

terminal
data_object

This entry does not contain a standard command or remote URL, so a safe client config cannot be generated automatically

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