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
其他 分类下的更多 MCP 服务器
ICSS
chokcoco不止于 CSS
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🚀 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,

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
评论