Sitemap MCP Server
@mugoosse
About Sitemap MCP Server
MCP server for fetching, parsing and crawling sitemaps of a given website
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"sitemap-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@mugoosse/sitemap",
"--client",
"claude"
]
}
}
}Tools
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
Overview
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
More Other MCP servers
ICSS
chokcoco不止于 CSS
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments