Skip to content
Zed

a11y for Zed

io.github.rog0x/a11y

Alt text, headings, contrast, ARIA for AI agents

client:Zed transport:stdio runtime:npm

Install a11y in Zed

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

{
  "context_servers": {
    "a11y": {
      "command": "npx",
      "args": [
        "-y",
        "@rog0x/mcp-a11y-tools"
      ]
    }
  }
}

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

a11y in other clients