Barnsworthburning MCP

by Aias

2 stars
327 downloads
Not rated
GitHub Website

About

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

Details

Author
Aias
GitHub stars
2
Downloads
327
Categories
Other, AI

- Single search tool for barnsworthburning.net
- Uses the site’s API at /api/search
- Compatible with any MCP client
- Simple installation via Smithery or manual build
- Supports arbitrary text queries

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Barnsworthburning MCP
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install the server via Smithery (npx -y @smithery/cli install @Aias/barnsworthburning-mcp --client claude) or manually (clone the repo, run npm install and npm run build). Once connected to an MCP client, invoke the search tool with a query parameter to search barnsworthburning.net.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "barnsworthburning mcp": {
            "barnsworthburning-mcp": {
                "command": "npx",
                "args": [
                    "-y",
                    "@smithery/cli",
                    "install",
                    "@Aias/barnsworthburning-mcp",
                    "--client",
                    "claude"
                ]
            }
        }
    }
}

McpServers

{
    "barnsworthburning-mcp": {
        "command": "npx",
        "args": [
            "-y",
            "@smithery/cli",
            "install",
            "@Aias/barnsworthburning-mcp",
            "--client",
            "claude"
        ]
    }
}

Barnsworthburning MCP

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

<a href="https://glama.ai/mcp/servers/5aibjjzkkb">
Barnsworthburning MCP server
</a>

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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.