vp0 mcp for Cursor
com.vp0/vp0-mcp
Search & import free iOS app-design starters from VP0 into your AI builder.
client:Cursor
transport:stdio
runtime:npm
Install vp0 mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vp0-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vp0-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs