tapsite for VS Code
io.github.mgriffen/tapsite
MCP server for web inspection, design system extraction, and accessibility audits
client:VS Code
transport:stdio
runtime:npm
Install tapsite in VS Code
.vscode/mcp.json
{
"servers": {
"tapsite": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tapsite"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs