mcp-llms-txt-explorer
MCP LLMS.txt Explorer is a Model Context Protocol server designed to explore and analyze websites with llms.txt files. It offers tools to check for and validate these files, providing users with structured data about compliant websites. This server is intended for those looking to implement or study the llms.txt standard.
What is the purpose of the MCP LLMS.txt Explorer?
The MCP LLMS.txt Explorer is designed to help users discover and analyze websites that implement the llms.txt standard, providing tools to check, parse, and validate these files.
How can I install the MCP LLMS.txt Explorer?
You can install it via Smithery using the command npx -y @smithery/cli install @thedaviddias/mcp-llms-txt-explorer --client claude
or manually by cloning the repository and building the server.
What are the main tools provided by the MCP LLMS.txt Explorer?
The main tools are check_website
for checking the presence of llms.txt files on a website and list_websites
for listing known websites with these files.
How do I configure the server for use with Claude Desktop?
You need to add the server configuration to the claude_desktop_config.json
file, specifying the command and arguments for running the server.
What debugging tools are available for the MCP LLMS.txt Explorer?
The MCP Inspector is recommended for debugging, which can be accessed by running pnpm run inspector
to get a URL for browser-based debugging tools.