Barnsworthburning MCP
@Aias
A Model Context Protocol (MCP) server for searching barnsworthburning.net.
Overview
What is Barnsworthburning MCP?
Barnsworthburning MCP is a Model Context Protocol (MCP) server that provides a search tool for the website barnsworthburning.net. It is designed for developers and users of MCP-compatible clients (such as Claude for Desktop or Cursor) who want to query the site’s content programmatically.
How to use Barnsworthburning MCP?
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.
Key features of Barnsworthburning MCP
- 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
Use cases of Barnsworthburning MCP
- Query barnsworthburning.net for articles on design, typography, or user experience
- Extract search results programmatically inside an MCP-enabled AI assistant
- Integrate barnsworthburning.net content into workflows that use Claude for Desktop or Cursor
FAQ from Barnsworthburning MCP
What does Barnsworthburning MCP do?
It provides a tool to search barnsworthburning.net using the site’s API, returning results that can be used by an MCP client.
How do I install Barnsworthburning MCP?
You can install it automatically via Smithery (npx -y @smithery/cli install @Aias/barnsworthburning-mcp --client claude) or manually by cloning the repository, installing dependencies (npm install), and building (npm run build).
What tool does Barnsworthburning MCP expose?
It exposes a single tool called search, which takes a required query parameter (a string) to search barnsworthburning.net.
Which MCP clients are compatible?
Any MCP-compatible client, such as Claude for Desktop or Cursor, can use this server.
Can I see example queries?
Yes. You can ask “Search barnsworthburning.net for ‘design’”, “Find articles about typography on barnsworthburning.net”, or “What does barnsworthburning.net have about user experience?”.