@gridwork/siteaudit
Rank #54,703io.github.thegridwork/siteaudit
Audit websites for accessibility, performance, SEO, design, and mobile. 47 WCAG checks.
@gridwork/siteaudit is a Model Context Protocol (MCP) server published by thegridwork. It ranks #54,703 of 115,591 servers tracked on MCP Toplist. @gridwork/siteaudit is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 2, 2026 and most recently updated on Apr 3, 2026.
Ranks ahead of 60,888 of 115,591 servers on MCP Toplist.
Use @gridwork/siteaudit
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add siteaudit -- npx -y gridwork-siteaudit[mcp_servers.siteaudit]
command = "npx"
args = ["-y", "gridwork-siteaudit"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"siteaudit": {
"command": "npx",
"args": [
"-y",
"gridwork-siteaudit"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"siteaudit": {
"command": "npx",
"args": [
"-y",
"gridwork-siteaudit"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"siteaudit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gridwork-siteaudit"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"siteaudit": {
"command": "npx",
"args": [
"-y",
"gridwork-siteaudit"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"siteaudit": {
"command": "npx",
"args": [
"-y",
"gridwork-siteaudit"
]
}
}
}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.thegridwork%2Fsiteaudit)<a href="https://mcptoplist.com/server/io.github.thegridwork%2Fsiteaudit"><img src="https://mcptoplist.com/badge/io.github.thegridwork%2Fsiteaudit.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
thegridwork
Other servers by thegridwork
- gridwork-aiact#54,700 · 1 ver
- gridwork-license#54,701 · 1 ver
- gridwork-privacy#54,702 · 1 ver
- gridwork-wiki#110,661
Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | Apr 3, 2026 |
Frequently asked questions
- Who maintains @gridwork/siteaudit?
- @gridwork/siteaudit is maintained by thegridwork, which publishes 5 MCP servers (4 total versions) tracked on MCP Toplist.
- Is @gridwork/siteaudit listed on the Official MCP Registry?
- Yes — @gridwork/siteaudit is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does @gridwork/siteaudit have?
- MCP Toplist tracks 1 version of @gridwork/siteaudit, most recently published on Apr 3, 2026.
- Where can I find the source code for @gridwork/siteaudit?
- The source code for @gridwork/siteaudit is hosted at github.com/thegridwork/siteaudit.