siteaudit for Cursor
io.github.thegridwork/siteaudit
Audit websites for accessibility, performance, SEO, design, and mobile. 47 WCAG checks.
client:Cursor
transport:stdio
runtime:npm
Install siteaudit in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"siteaudit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gridwork-siteaudit"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs