🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

vp0-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vp0-mcp

Model Context Protocol server for VP0 — search and import free iOS app design starters straight into your AI builder (Claude Code, Cursor, Windsurf).

latest
Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
87
163.64%
Maintainers
1
Weekly downloads
 
Created
Source

vp0-mcp

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.

Tools

ToolWhat 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.

Install

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" } }
  }
}

Publishing (maintainers)

cd mcp
npm login          # one-time
npm publish        # prepublishOnly runs the build; publishConfig makes it public

Develop

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.

Keywords

mcp

FAQs

Package last updated on 25 May 2026

Did you know?

Socket

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.

Install

Related posts