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
Nginx UI
0xJackyYet another WebUI for Nginx
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments