SiteAudit MCP
Rank #23,924io.github.vdalhambra/siteaudit-mcp
SEO, performance, and security audits for any URL — no API keys required
SiteAudit MCP is a Model Context Protocol (MCP) server published by vdalhambra. It ranks #23,924 of 115,460 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. SiteAudit MCP is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Apr 13, 2026 and most recently updated on Apr 14, 2026.
Ranks ahead of 91,536 of 115,460 servers on MCP Toplist.
Use SiteAudit MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add siteaudit-mcp -- uvx siteaudit-mcp[mcp_servers.siteaudit-mcp]
command = "uvx"
args = ["siteaudit-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"siteaudit-mcp": {
"command": "uvx",
"args": [
"siteaudit-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"siteaudit-mcp": {
"command": "uvx",
"args": [
"siteaudit-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"siteaudit-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"siteaudit-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"siteaudit-mcp": {
"command": "uvx",
"args": [
"siteaudit-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"siteaudit-mcp": {
"command": "uvx",
"args": [
"siteaudit-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.vdalhambra%2Fsiteaudit-mcp)<a href="https://mcptoplist.com/server/io.github.vdalhambra%2Fsiteaudit-mcp"><img src="https://mcptoplist.com/badge/io.github.vdalhambra%2Fsiteaudit-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
vdalhambra
Other servers by vdalhambra
View all vdalhambra servers →Available versions (2)
| Version | Published |
|---|---|
| 1.2.0 | Apr 14, 2026 |
| 1.1.0 | Apr 13, 2026 |
Frequently asked questions
- Who maintains SiteAudit MCP?
- SiteAudit MCP is maintained by vdalhambra, which publishes 3 MCP servers (4 total versions) tracked on MCP Toplist.
- Is SiteAudit MCP listed on the Official MCP Registry?
- Yes — SiteAudit MCP is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does SiteAudit MCP have?
- MCP Toplist tracks 2 versions of SiteAudit MCP, most recently published on Apr 14, 2026.
- Where can I find the source code for SiteAudit MCP?
- The source code for SiteAudit MCP is hosted at github.com/vdalhambra/siteaudit-mcp.