Barnsworthburning MCP
A Model Context Protocol (MCP) server for searching barnsworthburning.net.
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:
Manual Installation
- Clone this repository
- Install dependencies:Copy
- Build the server:Copy
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
- Parameters:
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:
- Edit the source code in the
src
directory - Rebuild the server with
npm run build
License
MIT
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
A Model Context Protocol server that enables searching content from barnsworthburning.net directly through compatible AI clients like Claude for Desktop.
Related Resources
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol server that enables AI assistants like Claude to browse and analyze Reddit content, including searching subreddits, retrieving post details with comments, and viewing trending posts.Last updated -1PythonMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that integrates with Microsoft Bing Search API, allowing AI assistants to perform web, news, and image searches.Last updated -319PythonMIT License
- -securityFlicense-qualityA server that enables AI systems to browse, retrieve content from, and interact with web pages through the Model Context Protocol.Last updated -
- AsecurityFlicenseAqualityA Model Context Protocol server that enables AI assistants to perform real-time web searches, retrieving up-to-date information from the internet via a Crawler API.Last updated -1448JavaScript