MCP.so
登录

Sitemap MCP Server

@mugoosse

关于 Sitemap MCP Server

MCP server for fetching, parsing and crawling sitemaps of a given website

基本信息

分类

其他

许可证

MIT

运行时

python

传输方式

stdio

发布者

mugoosse

配置

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

{
  "mcpServers": {
    "sitemap-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@mugoosse/sitemap",
        "--client",
        "claude"
      ]
    }
  }
}

工具

4

Fetch and parse the sitemap tree from a website URL

Get all pages from a website's sitemap with filtering options

Get statistics about a website's sitemap

Parse a sitemap directly from its XML or text content

概览

What is Sitemap MCP Server?

The Sitemap MCP Server is an MCP (Model Context Protocol) server that fetches, parses, and visualizes sitemaps from any URL. It provides tools for analyzing website structure, extracting pages, checking sitemap health, and creating diagrams, and includes ready-to-use prompt templates for Claude Desktop.

How to use Sitemap MCP Server?

Install via uvx sitemap-mcp-server and configure it in your MCP client (e.g., Claude Desktop, Cursor, Windsurf) by adding an entry to the MCP servers config with the command uvx and args ["sitemap-mcp-server"]. Optionally install via Smithery. Use the provided tools (get_sitemap_tree, get_sitemap_pages, get_sitemap_stats, parse_sitemap_content) or the pre-built prompt templates in Claude Desktop.

Key features of Sitemap MCP Server

  • Fetch and parse sitemap trees from any website URL
  • Extract all pages with filtering and cursor-based pagination
  • Get sitemap statistics including page counts and priority stats
  • Parse sitemap content directly from XML or text
  • Includes ready-to-use prompt templates for Claude Desktop
  • Supports both stdio and SSE (Server-Sent Events) transports

Use cases of Sitemap MCP Server

  • Discover all pages of a website for SEO auditing
  • Visualize website architecture to understand content hierarchy
  • Find missing or broken sitemap entries
  • Filter pages by route or subsitemap for targeted analysis
  • Automate sitemap health checks in a workflow

FAQ from Sitemap MCP Server

What does the Sitemap MCP Server do?

It fetches, parses, and visualizes sitemaps from any URL, providing structured data and analysis tools through the Model Context Protocol.

How do I install the Sitemap MCP Server?

Install uv (the package manager), then run uvx sitemap-mcp-server. Add a configuration entry to your MCP client (e.g., Claude Desktop) with the command uvx and args ["sitemap-mcp-server"]. Optionally, install via Smithery.

What tools does the Sitem

评论

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