SEOAudit for VS Code
io.github.therealmrfunguy/seo-audit
On-page SEO analysis, HTTP header checks, broken link detection, and robots.txt parsing.
client:VS Code
transport:sse
Install SEOAudit in VS Code
.vscode/mcp.json
{
"servers": {
"seo-audit": {
"type": "sse",
"url": "https://seo.rjctdlabs.xyz/sse"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs