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 ファイルを参照してください。
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.
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 -150,999PythonMIT License
- -securityAlicense-qualityA Model Context Protocol server that allows LLMs to interact with web content through standardized tools, currently supporting web scraping functionality.Last updated -PythonMIT License
- -securityFlicense-qualityOpens a browser to monitor and retrieve console logs and network requests, providing structured data about web page behavior to LLMs.Last updated -4Python
- -securityFlicense-qualityA Model Context Protocol server that enables LLMs to fetch and process web content in multiple formats (HTML, JSON, Markdown, text) with automatic format detection.Last updated -TypeScript