MCP Catalogs
Home

mcp-llms-txt-explorer

by thedaviddias·74·Score 45

MCP server for discovering and analyzing websites with llms.txt files.

web-scrapingai-llmdeveloper-tools
14
Forks
3
Open issues
4 mo ago
Last commit
2d ago
Indexed

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:

you:Discovering websites that support AI model access via llms.txt
you:Validating the implementation of llms.txt protocol on specific domains
you:Building applications that need to interact with llms.txt-compliant sites
you:What is the llms.txt standard?
you:How do I debug this MCP server?

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 README
  • check_website

    Check if a website has llms.txt files

  • list_websites

    List known websites with llms.txt files

Comparable tools

web-mcpbrowser-mcpcurl-mcp

Installation

Installation

Via Smithery (recommended)

npx -y @smithery/cli install @thedaviddias/mcp-llms-txt-explorer --client claude

Manual Installation

  1. Clone the repository:
git clone https://github.com/thedaviddias/mcp-llms-txt-explorer.git
cd mcp-llms-txt-explorer
  1. Install dependencies:
pnpm install
  1. Build the server:
pnpm run build

Claude 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.