返回 MCP 目录
public公开dns本地运行

Aias Barnsworth Burning 搜索服务

一个模型上下文协议服务器,可以通过兼容的AI客户端(如桌面版Claude)直接从barnsworthburning.net搜索内容。

article

README

Barnsworthburning MCP

A Model Context Protocol (MCP) server for searching barnsworthburning.net.

Barnsworthburning MCP server

Smithery Badge

Overview

This MCP server provides a tool for searching barnsworthburning.net through the API endpoint at https://barnsworthburning.net/api/search. It can be used with Claude for Desktop or any other MCP client.

Installation

Installing via Smithery

To install Barnsworthburning for Claude Desktop automatically via Smithery:

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

Manual Installation

  1. Clone this repository
  2. Install dependencies:
    npm install
    
  3. Build the server:
    npm run build
    

Usage

Refer to the Model Context Protocol documentation for information on how to use MCP servers with compatible clients (such as Claude for Desktop or Cursor).

Available Tools

This MCP server provides the following tool:

  • search: Search barnsworthburning.net for the given query
    • Parameters:
      • query: The search query to look for on barnsworthburning.net

Example Queries

Once the server is connected to the client, you can ask questions like:

  • "Search barnsworthburning.net for 'design'"
  • "Find articles about typography on barnsworthburning.net"
  • "What does barnsworthburning.net have about user experience?"

Development

To modify or extend this MCP server:

  1. Edit the source code in the src directory
  2. Rebuild the server with npm run build

License

MIT

help

运行方式说明

cloud

托管运行

托管运行通常表示这个 MCP Server 由服务方环境承载,用户一般按页面提供的连接方式或授权流程接入,不需要在本地长期启动一个 MCP 进程

  1. 打开服务方连接页
  2. 完成授权或复制端点
  3. 在 MCP 客户端中连接
terminal

本地运行 / 其它方式

本地运行通常需要用户在自己的电脑或服务器上安装依赖,把 server_config 复制到 MCP 客户端,并按 env_schema 补齐环境变量、密钥或其它配置

  1. 复制 server_config
  2. 安装所需依赖
  3. 补齐环境变量后重启客户端