site-spec
Rank #16,916io.github.ariaxhan/site-spec
MCP server: audit any website for SEO, accessibility, and AI-searchability, then auto-fix it.
site-spec is a Model Context Protocol (MCP) server published by ariaxhan. It ranks #16,916 of 115,591 servers tracked on MCP Toplist. site-spec is listed on Official MCP, with 1 tracked version. It was first listed on Jul 14, 2026 and most recently updated on Aug 27, 2026.
Ranks ahead of 98,675 of 115,591 servers on MCP Toplist.
Use site-spec
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add site-spec -- npx -y site-spec-mcp[mcp_servers.site-spec]
command = "npx"
args = ["-y", "site-spec-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"site-spec": {
"command": "npx",
"args": [
"-y",
"site-spec-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"site-spec": {
"command": "npx",
"args": [
"-y",
"site-spec-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"site-spec": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"site-spec-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"site-spec": {
"command": "npx",
"args": [
"-y",
"site-spec-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"site-spec": {
"command": "npx",
"args": [
"-y",
"site-spec-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.ariaxhan%2Fsite-spec)<a href="https://mcptoplist.com/server/io.github.ariaxhan%2Fsite-spec"><img src="https://mcptoplist.com/badge/io.github.ariaxhan%2Fsite-spec.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
ariaxhan
Other servers by ariaxhan
View all ariaxhan servers →Available versions (1)
| Version | Published |
|---|---|
| 0.3.2 | Aug 27, 2026 |
Frequently asked questions
- Who maintains site-spec?
- site-spec is maintained by ariaxhan, which publishes 3 MCP servers (3 total versions) tracked on MCP Toplist.
- Is site-spec listed on the Official MCP Registry?
- Yes — site-spec is listed on the Official MCP Registry.
- How many versions does site-spec have?
- MCP Toplist tracks 1 version of site-spec, most recently published on Aug 27, 2026.
- Where can I find the source code for site-spec?
- The source code for site-spec is hosted at github.com/ariaxhan/site-spec.