Domscribe is a pixel-to-code development tool that bridges the gap between running web applications and their source code.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"domscribe": {
"command": "npx",
"args": [
"-y",
"patchorbit/domscribe"
]
}
}
}
Run in terminal:
claude mcp add domscribe npx -y patchorbit/domscribe
Add to .cursor/mcp.json:
{
"mcpServers": {
"domscribe": {
"command": "npx",
"args": [
"-y",
"patchorbit/domscribe"
]
}
}
}