Frontend Design Loop MCP for Cursor
io.github.alexalexalex222/frontend-design-loop-mcp
Design-first MCP for coding agents that improves websites with screenshot-grounded iteration.
client:Cursor
transport:stdio
runtime:pypi
Install Frontend Design Loop MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"frontend-design-loop-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"frontend-design-loop-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs