Token导航 LogoToken导航TokenDH.com
MCP LLMS.txt Explorer logo
搜索检索stdio官方级别未说明来源级核验

MCP LLMS.txt Explorer

MCP Server

@smithery/cli

MCP to explore websites with llms.txt files

工具数

2

提示词数

0

GitHub Stars

74

资源数

0
开发工具JavaScriptCursorCursorClaude DesktopClaude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

thedaviddias

提供方

thedaviddias

最后核验

2026/5/18 02:19

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

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

详细介绍

MCP LLMS.txt资源管理器

](https://smithery.ai/server/@thedaviddias/mcp-llms-txt-explorer)

用于使用llms.txt文件浏览网站的模型上下文协议服务器。此服务器可帮助您发现和分析实现llms.txt标准的网站。

特性

资源

  • 检查网站上的llms.txt和llms-full.txt文件
  • 解析并验证llms.txt文件内容
  • 访问合规网站的结构化数据

工具

  • check_website -检查网站是否有llms.txt文件

- 将域URL作为输入 - 返回文件位置和验证状态

  • list_websites -列出包含llms.txt文件的已知网站

- 返回有关合规网站的结构化数据 - 支持按文件类型过滤(llms.txt/llms full.txt)

发展

安装依赖项:

pnpm install

构建服务器:

pnpm run build

对于自动重建的开发:

pnpm run watch

安装

通过Smithery安装

通过以下方式自动安装Claude Desktop的mcp llms txt资源管理器 史密瑟里:

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": "node",
      "args": ["/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检查员,可作为包脚本使用:

pnpm run inspector

检查器将提供一个URL,用于访问浏览器中的调试工具。

许可证

此项目在MIT许可证下获得许可——有关详细信息,请参阅许可证文件。

目录标签

目录标签

开发工具JavaScriptCursorresearch-and-datamcpllmstxtllms-txtmcp-serverllms.txt解析本地部署可托管网站分析协议验证

支持客户端

CursorClaude DesktopClaude

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

运行时(runtime,运行环境)

Node.js

部署方式(deploymentType,部署类型)

remote-capable

来源包(packageName,安装包名)

@smithery/cli

工具数量(toolCount,工具数)

2

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdiononeremote-capable

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP