MCP.so
登录
S

Sitemcp

@ryoppippi

关于 Sitemcp

暂无概览

基本信息

分类

其他

传输方式

stdio

发布者

ryoppippi

提交者

ryoppippi

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "sitemcp": {
      "command": "npx",
      "args": [
        "sitemcp"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Sitemcp?

Sitemcp fetches an entire website and makes it available as a Model Context Protocol (MCP) server. It is a fork of sitefetch and uses mozilla/readability to extract readable content from pages.

How to use Sitemcp?

Install globally with npm i -g sitemcp or run one-off with npx sitemcp. Then invoke sitemcp <url> and optionally add flags like --concurrency, --match, or --content-selector. Configure your MCP client—for example, Claude Desktop—by adding a server entry that runs the command with the target URL and any desired flags.

Key features of Sitemcp

  • Fetches entire website as an MCP server
  • Supports concurrent page fetching
  • Match specific pages with glob patterns
  • Extract content using CSS selectors
  • Uses readability for readable content extraction
  • Caches fetched pages locally for performance

Use cases of Sitemcp

  • Provide a documentation site as context to an AI assistant
  • Enable MCP clients to query content from any public website
  • Create a custom knowledge base from a subset of site pages

FAQ from Sitemcp

How do I install Sitemcp?

Run it one-off with bunx sitemcp, npx sitemcp, or pnpx sitemcp, or install globally with bun i -g sitemcp, npm i -g sitemcp, or pnpm i -g sitemcp.

How do I fetch

评论

其他 分类下的更多 MCP 服务器