site-spec for VS Code
io.github.ariaxhan/site-spec
MCP server: audit any website for SEO, accessibility, and AI-searchability, then auto-fix it.
client:VS Code
transport:stdio
runtime:npm
Install site-spec in VS Code
.vscode/mcp.json
{
"servers": {
"site-spec": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"site-spec-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs