Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"sitemap": {
"env": {
"TRANSPORT": "stdio"
},
"args": [
"sitemap-mcp-server"
],
"command": "uvx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for fetching, parsing and crawling sitemaps of a given website
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@mugoosse/sitemap' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @mugoosse/sitemap against OSV.dev.
Click any tool to inspect its schema.
Analyze SitemapProvides comprehensive structure analysis of a website's sitemap
Check Sitemap HealthEvaluates SEO and health metrics of a sitemap
Extract URLs from SitemapExtracts and filters specific URLs from a sitemap
Find Missing Content in SitemapIdentifies content gaps in a website's sitemap
Visualize Sitemap StructureCreates a Mermaid.js diagram visualization of sitemap structure
This server is missing a description.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in browser / developer-tools
Browser automation with Puppeteer for web scraping and testing
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
MCP Security Weekly
Get CVE alerts and security updates for Sitemap Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Discover website architecture and analyze site structure by fetching, parsing, and visualizing sitemaps from any URL. Uncover hidden pages and extract organized hierarchies without manual exploration.
Includes ready-to-use prompt templates for Claude Desktop that let you analyze websites, check sitemap health, extract URLs, find missing content, and create visualizations with just a URL input.
Get answers to questions about any website leveraging the power of sitemaps.
Click on the "attach" button next to the tools button:
Then select visualize_sitemap:
Now we enter windsurf.com:
And we get a visualization of teh sitemap:
Make sure uv is installed.
Add this entry to your claude_desktop_config.json, Cursor settings, etc.:
{
"mcpServers": {
"sitemap": {
"command": "uvx",
"args": ["sitemap-mcp-server"],
"env": { "TRANSPORT": "stdio" }
}
}
}
Restart Claude if it's running. For Cursor simply press refresh and/or enable the MCP Server in the settings.
To install sitemap for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @mugoosse/sitemap --client claude
npx @modelcontextprotocol/inspector env TRANSPORT=stdio uvx sitemap-mcp-server
Open the MCP Inspector at http://127.0.0.1:6274, select stdio transport, and connect to the MCP server.
# Start the server
uvx sitemap-mcp-server
# Start the MCP Inspector in a separate terminal
npx @modelcontextprotocol/inspector connect http://127.0.0.1:8050
Open the MCP Inspector at http://127.0.0.1:6274, select sse transport, and connect to the MCP server.
If you want to use the SSE transport, follow these steps:
uvx sitemap-mcp-server
{
"mcpServers": {
"sitemap": {
"transport": "sse",
"url": "http://localhost:8050/sse"
}
}
}
For instructions on building and running the project from source, please refer to the DEVELOPERS.md guide.
The following tools are available via the MCP server: