Skip to content
Cursor

tapsite for Cursor

io.github.mgriffen/tapsite

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

client:Cursor transport:stdio runtime:npm

Install tapsite in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "tapsite": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "tapsite"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

tapsite in other clients