Barnsworthburning MCP
@Aias
About Barnsworthburning MCP
A Model Context Protocol (MCP) server for searching barnsworthburning.net.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"barnsworthburning-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@Aias/barnsworthburning-mcp",
"--client",
"claude"
]
}
}
}Tools
1Search barnsworthburning.net for the given query
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?”.
More Other MCP servers
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

EverArt
modelcontextprotocolModel Context Protocol Servers

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments