MCP LLMS.txt Explorer
MCP LLMS.txt 资源管理器
一个用于探索包含 llms.txt 文件的网站的模型上下文协议 (MCP) 服务器。此服务器可帮助您发现和分析实现 llms.txt 标准的网站。
特征
资源
检查网站上是否有 llms.txt 和 llms-full.txt 文件
解析并验证 llms.txt 文件内容
访问合规网站的结构化数据
工具
check_website- 检查网站是否有 llms.txt 文件将域名 URL 作为输入
返回文件位置和验证状态
list_websites- 使用 llms.txt 文件列出已知网站返回有关合规网站的结构化数据
支持按文件类型过滤(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 build使用 Claude 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