mcp-llms-txt-explorer
by thedaviddias·★ 74·Score 45
MCP server for discovering and analyzing websites with llms.txt files.
Overview
The MCP LLMS.txt Explorer is a specialized Model Context Protocol server designed to help users discover and analyze websites that implement the llms.txt standard. It provides both resources and tools to check websites for llms.txt files, parse their contents, and access structured data about compliant websites. The server offers functionality to verify the presence of llms.txt files on given domains and list known compliant websites with filtering capabilities.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this server if you need to discover, validate, or work with websites that implement the llms.txt standard for AI access.
When NOT to choose this
Don't choose this server if you need to work with websites that don't follow the llms.txt standard or if you need more advanced web scraping capabilities beyond simple file discovery.
Tools this server exposes
2 tools extracted from the READMEcheck_websiteCheck if a website has llms.txt files
list_websitesList known websites with llms.txt files
Comparable tools
Installation
Installation
Via Smithery (recommended)
npx -y @smithery/cli install @thedaviddias/mcp-llms-txt-explorer --client claudeManual Installation
- 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 Configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"llms-txt-explorer": {
"command": "npx",
"args": ["-y", "@thedaviddias/mcp-llms-txt-explorer"]
}
}
}FAQ
- What is the llms.txt standard?
- The llms.txt standard is a text-based protocol that allows AI systems to discover and interact with websites that provide model access or information.
- How do I debug this MCP server?
- Use the MCP Inspector by running 'pnpm run inspector' which provides a browser-based debugging interface.
Compare mcp-llms-txt-explorer with
Last updated · Auto-generated from public README + GitHub signals.