Domscribe is a pixel-to-code development tool that maps running UI elements to their exact source locations, capturing runtime context (props, state, DOM) for handoff to coding agents via MCP.
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@domscribe/mcp"
]
}