domscribe
Domscribe is a pixel-to-code development tool that bridges the gap between running web applications and their source code.
Domscribe enables developers to convert pixel designs into functional code, streamlining the development process. It supports various frameworks such as React, Vue, Next.js, and Nuxt, allowing for seamless integration into existing projects. With Domscribe, users can quickly prototype and iterate on their web applications, enhancing productivity and reducing time to market.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"domscribe": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-domscribe"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions