Skip to content
Zed

tapsite for Zed

io.github.mgriffen/tapsite

MCP server for web inspection, design system extraction, and accessibility audits

client:Zed transport:stdio runtime:npm

Install tapsite in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "tapsite": {
      "command": "npx",
      "args": [
        "-y",
        "tapsite"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

tapsite in other clients