MCP LLMS.txt エクスプローラー
llms.txtファイルを含むウェブサイトを探索するためのモデルコンテキストプロトコルサーバー。このサーバーは、llms.txt標準を実装したウェブサイトの検出と分析に役立ちます。
特徴
リソース
- ウェブサイトでllms.txtとllms-full.txtファイルを確認してください
- llms.txt ファイルの内容を解析して検証する
- 準拠したウェブサイトの構造化データにアクセスする
ツール
check_website
- ウェブサイトに llms.txt ファイルがあるかどうかを確認する- ドメインURLを入力として受け取ります
- ファイルの場所と検証ステータスを返します
list_websites
- llms.txt ファイルを持つ既知の Web サイトを一覧表示します- 準拠したウェブサイトに関する構造化データを返します
- ファイルタイプによるフィルタリングをサポート (llms.txt/llms-full.txt)
発達
依存関係をインストールします:
サーバーを構築します。
自動リビルドを使用した開発の場合:
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の mcp-llms-txt-explorer を自動的にインストールするには:
手動でインストールする
このサーバーを使用するには:
Claude Desktop による構成
Claude Desktop で使用するには、サーバー設定を追加します。
MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows の場合: %APPDATA%/Claude/claude_desktop_config.json
npx を使用する場合は、以下を使用できます。
デバッグ
MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。
インスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。
ライセンス
このプロジェクトは MIT ライセンスに基づいてライセンスされています。詳細については LICENSE ファイルを参照してください。
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.
llms.txt 標準を実装している Web サイトの検出と分析を支援するサーバー。ユーザーは、Web サイトに llms.txt ファイルがあるかどうかを確認し、既知の準拠 Web サイトを一覧表示できます。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityThis server enables LLMs to retrieve and process content from web pages, converting HTML to markdown for easier consumption.Last updated -160,711TypeScriptMIT License
- AsecurityAlicenseAqualityServer for interacting with Meilisearch through LLM interfaces like Claude.Last updated -2198PythonMIT License
- -securityAlicense-qualityProvides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.Last updated -5629JavaScriptMIT License
- -securityAlicense-qualityAn MCP server that provides tools to load and fetch documentation from any llms.txt source, giving users full control over context retrieval for LLMs in IDE agents and applications.Last updated -501PythonMIT License