verso-mcp
v0.2.2
Published
MCP server for Verso — AI-powered mobile app design tool
Maintainers
Readme
verso-mcp
MCP server for Verso — AI-powered mobile app design tool.
Connects Claude Code to Verso so you can design mobile app screens with AI.
Setup
Get your API token from useverso.app (click your avatar > copy API token)
Add to your Claude Code MCP config (
~/.claude/mcp.json):
{
"mcpServers": {
"verso": {
"command": "npx",
"args": ["verso-mcp", "--token=vrs_your_token_here"]
}
}
}- Restart Claude Code and start designing!
Usage
Once connected, Claude can:
- list_projects — See all your Verso projects
- open_project — Connect to a specific project
- write_html — Design full screen layouts
- get_tree — Inspect the current design structure
- set_text / set_style — Make targeted edits
- get_screenshot — Capture the current design
- create_screen / switch_screen — Manage multiple screens
Options
verso-mcp --token=vrs_xxx # Connect to useverso.app
verso-mcp --token=vrs_xxx --url=URL # Connect to custom serverLicense
MIT
