Sitemap MCP Server
@mugoosse
Sitemap MCP Server について
MCP server for fetching, parsing and crawling sitemaps of a given website
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"sitemap-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@mugoosse/sitemap",
"--client",
"claude"
]
}
}
}ツール
4Fetch 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
「その他」の他のコンテンツ
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,

EverArt
modelcontextprotocolModel Context Protocol Servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
コメント