MCP LLMS.txt Explorer
MCP LLMS.txt Explorer
Ein Model Context Protocol-Server zum Erkunden von Websites mit llms.txt-Dateien. Dieser Server hilft Ihnen beim Entdecken und Analysieren von Websites, die den llms.txt-Standard implementieren.
Merkmale
Ressourcen
Suchen Sie auf Websites nach llms.txt- und llms-full.txt-Dateien
Inhalt der Datei llms.txt analysieren und validieren
Zugriff auf strukturierte Daten zu konformen Websites
Werkzeuge
check_website- Überprüfen, ob eine Website llms.txt-Dateien enthältNimmt die Domänen-URL als Eingabe
Gibt Dateispeicherorte und Validierungsstatus zurück
list_websites- Listet bekannte Websites mit llms.txt-Dateien aufGibt strukturierte Daten über konforme Websites zurück
Unterstützt das Filtern nach Dateityp (llms.txt/llms-full.txt)
Related MCP server: MCP Fetch
Entwicklung
Installieren Sie Abhängigkeiten:
pnpm installErstellen Sie den Server:
pnpm run buildFür die Entwicklung mit automatischem Rebuild:
pnpm run watchInstallation
Installation über Smithery
So installieren Sie mcp-llms-txt-explorer für Claude Desktop automatisch über Smithery :
npx -y @smithery/cli install @thedaviddias/mcp-llms-txt-explorer --client claudeManuelle Installation
So verwenden Sie diesen Server:
# 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 buildKonfiguration mit Claude Desktop
Zur Verwendung mit Claude Desktop fügen Sie die Serverkonfiguration hinzu:
Unter MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json Unter Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"llms-txt-explorer": {
"command": "node",
"args": ["/path/to/llms-txt-explorer/build/index.js"],
}
}
}Für die NPX-Verwendung können Sie Folgendes verwenden:
{
"mcpServers": {
"llms-txt-explorer": {
"command": "npx",
"args": ["-y", "@thedaviddias/mcp-llms-txt-explorer"]
}
}
}Debuggen
Da MCP-Server über stdio kommunizieren, kann das Debuggen eine Herausforderung darstellen. Wir empfehlen die Verwendung des MCP Inspector , der als Paketskript verfügbar ist:
pnpm run inspectorDer Inspector stellt eine URL für den Zugriff auf Debugging-Tools in Ihrem Browser bereit.
Lizenz
Dieses Projekt ist unter der MIT-Lizenz lizenziert – weitere Einzelheiten finden Sie in der Datei 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