MCP LLMS.txt Explorer
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)
Related MCP server: MCP Fetch
発達
依存関係をインストールします:
pnpm installサーバーを構築します。
pnpm run build自動リビルドを使用した開発の場合:
pnpm run watchインストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の mcp-llms-txt-explorer を自動的にインストールするには:
npx -y @smithery/cli install @thedaviddias/mcp-llms-txt-explorer --client claude手動でインストールする
このサーバーを使用するには:
# Clone the repository
git clone https://github.com/thedaviddias/mcp-llms-txt-explorer.git
cd mcp-llms-txt-explorer
# Install dependencies
pnpm install
# Build the server
pnpm run buildClaude Desktop による構成
Claude Desktop で使用するには、サーバー設定を追加します。
MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json Windows の場合: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"llms-txt-explorer": {
"command": "/path/to/llms-txt-explorer/build/index.js"
}
}
}npx を使用する場合は、以下を使用できます。
{
"mcpServers": {
"llms-txt-explorer": {
"command": "npx",
"args": ["-y", "@thedaviddias/mcp-llms-txt-explorer"]
}
}
}デバッグ
MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。
pnpm run inspectorインスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。
ライセンス
このプロジェクトは MIT ライセンスに基づいてライセンスされています。詳細については LICENSE ファイルを参照してください。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityFmaintenanceA server that analyzes website performance using Playwright and Lighthouse, allowing LLMs to perform web performance analysis through the Model Context Protocol.25MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server that allows LLMs to retrieve and convert web content to markdown without robots.txt restrictions.12MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables users to fetch and audit documentation from user-defined llms.txt index files. It provides tools to list documentation sources and retrieve content from specific URLs with built-in domain access controls for secure context retrieval.MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to extract, validate, and discover documentation from websites using llms.txt and install.md standards.3032Inno Setup
Related MCP Connectors
Generate 18 AI readiness files (llms.txt, ai.txt, RAG indexes, schema) for any website.
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
Scan any URL for AI agent readability — Vercel Spec, llmstxt.org, and agent-protocol manifests.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/thedaviddias/mcp-llms-txt-explorer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server