barnsworthburning-mcp
barnsworthburningはTypeScriptで構築されたプロジェクトで、特定の機能や目的に特化した開発環境を提供します。主に開発者向けのツールとして、コードの効率的な管理や自動化を支援します。ドキュメントやサンプルコードが充実しており、学習や実装が容易です。
GitHubスター
1
ユーザー評価
未評価
お気に入り
0
閲覧数
17
フォーク
5
イシュー
2
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:
npx -y @smithery/cli install @Aias/barnsworthburning-mcp --client claude
Manual Installation
- Clone this repository
- Install dependencies:
npm install
- 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
- 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