MCP server that wraps @playwright/mcp and adds sightmap-aware tools (sightmap_match, sightmap_snapshot, sightmap_act).
{
"mcpServers": {
"sightmapmcp": {
"command": "npx",
"args": [
"-y",
"@sightmap/mcp"
]
}
}
}