
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
Model Context Protocol server for VP0 — search and import free iOS app design starters straight into your AI builder (Claude Code, Cursor, Windsurf).
A free Model Context Protocol server for VP0 — search and import iOS app design starters (Expo React Native) straight into your AI builder, with no copy-pasting and no API key.
Once added, you can just say:
"Find a fitness dashboard design on VP0 and build it in my app."
…and your AI tool will search VP0, pull the complete source + dependencies + integration steps, and scaffold it into your Expo project.
| Tool | What it does |
|---|---|
search_vp0_designs(query, limit?) | Search the free VP0 library; returns matching designs (name, slug, import link). |
get_vp0_design(slug) | Fetch one design's complete manifest — inline source files, dependencies, the exact npx expo install command, and step-by-step aiInstructions. |
Only approved, public designs are exposed (the same surface as https://vp0.com/source/:slug). The design link is the key — there is no secret API key.
Claude Code
claude mcp add vp0 -- npx -y vp0-mcp
Cursor / Windsurf — add to your MCP config (~/.cursor/mcp.json or the editor's MCP settings):
{
"mcpServers": {
"vp0": { "command": "npx", "args": ["-y", "vp0-mcp"] }
}
}
Point at a different backend (e.g. local dev) with VP0_API_URL:
{
"mcpServers": {
"vp0": { "command": "npx", "args": ["-y", "vp0-mcp"], "env": { "VP0_API_URL": "http://localhost:3000" } }
}
}
cd mcp
npm login # one-time
npm publish # prepublishOnly runs the build; publishConfig makes it public
npm install
npm run build # tsc → dist/
npm start # runs the stdio server
VP0 is a free, forever-free library for the future of vibe-coded mobile apps.
FAQs
Model Context Protocol server for VP0 — search and import free iOS app design starters straight into your AI builder (Claude Code, Cursor, Windsurf).
The npm package vp0-mcp receives a total of 77 weekly downloads. As such, vp0-mcp popularity was classified as not popular.
We found that vp0-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.