UniBoot Design MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@UniBoot Design MCP ServerFetch the design files from this delivery URL and implement the login screen."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
UniBoot Design MCP Server
Official remote MCP server for UniBoot Design. It gives Cursor and other AI tools secure, real-time access to design files, artboards, tokens, PRDs, and design-to-code workflows.
Auth: OAuth 2.1
Hosting: UniBoot Cloud
Transport: Streamable HTTP
One-click setup
Pick your AI client below to install the official UniBoot Design MCP Server. Each button uses your client's native install link, so you don't need to edit any JSON config by hand.
After install, sign in when the client starts the UniBoot Design authorization flow. No API tokens to paste.
Let your agent do the setup
Set up UniBoot Design MCP using https://mcp.ubd.paxcq.com/mcp.
Then start the UniBoot Design authentication flow so I can sign in.Or add it with your client's own command:
Client | Command or configuration |
Cursor | Marketplace / Add to Cursor, or the button above |
VS Code | Extensions → |
Claude Code |
|
Codex |
|
Any other MCP client | Server URL |
Manual mcp.json:
{
"mcpServers": {
"uniboot-design": {
"url": "https://mcp.ubd.paxcq.com/mcp"
}
}
}Cursor discovers OAuth 2.1 (PKCE + Dynamic Client Registration) from the remote server.
Related MCP server: F-MCP (Figma MCP Bridge)
Authorization
The client connects to
https://mcp.ubd.paxcq.com/mcp. Requests without a token receive 401 plusWWW-Authenticate(RFC 9728).The client reads
/.well-known/oauth-protected-resourceand/.well-known/oauth-authorization-server.The browser opens
/authorize. The user signs in, picks a team, selects Read / Write / Search, and accepts.The client is redirected to its OAuth callback (Cursor desktop uses
http://localhost:8787/callback).Tool calls run with that user's existing UniBoot Design permissions.
Repository layout
Format | Manifest | Contents |
Cursor Plugin |
| skills, rules, commands |
Agent Plugins |
| portable skills + MCP |
MCP Registry |
| remote endpoint metadata |
| HTTP MCP + OAuth authorization server | deployed at |
Local development
cp .env.example .env
# UniBoot Design API should already be running on :8060
npm install
npm run dev # http://localhost:8070/mcpHealth check: curl -s http://localhost:8070/health
OAuth discovery:
curl -s http://localhost:8070/.well-known/oauth-protected-resource
curl -s http://localhost:8070/.well-known/oauth-authorization-serverVariable | Description |
| API base URL. Default |
| Web app URL. Default |
| Public issuer / resource URL. Production: |
| Default |
| Production: |
Tools
Primary entry: open_delivery. Pixel QA: compare_design_code (requires screenshot and implementedSource).
Also available: list_artboards · get_design_page · get_artboard_preview · export_artboard_assets · generate_prototype · generate_design · plan_canvas_ops · apply_canvas_ops · list_prds · get_prd
Users only need to paste a delivery URL and ask to implement or match the design. Skills and rules make the agent call the right tools.
Publish to the Cursor Marketplace
Push this repository to a public Git host.
Confirm
.cursor-plugin/plugin.json,.mcp.json, the logo, and this README are present.Submit the repository URL at cursor.com/marketplace/publish.
After review, users install from Customize / Marketplace and complete OAuth.
Preview locally without publishing:
mkdir -p ~/.cursor/plugins/local
ln -sfn "$(pwd)" ~/.cursor/plugins/local/uniboot-designThen run Developer: Reload Window.
Deploy
Production MCP URL: https://mcp.ubd.paxcq.com/mcp. Build with the root Dockerfile and set:
UBD_API_BASE=http://api:8060/api/v1
MCP_PUBLIC_URL=https://mcp.ubd.paxcq.com
MCP_ALLOWED_HOSTS=mcp.ubd.paxcq.com
UBD_WEB_BASE=https://ubd.paxcq.comAllowed OAuth redirect URIs include loopback callbacks and official client hosts (Cursor, VS Code, Claude, ChatGPT).
License
Apache-2.0
This server cannot be deployed
Maintenance
Related MCP Connectors
Access and maintain design system docs, tokens, components, skills, and contexts across any project.
Build and manage your design system with AI: tokens, themes, components, icons, Figma and code.
UI design from prompts, screenshots, and URLs for AI coding agents and theme tokens.
Serves your design system and coding standards to coding agents, so they stop guessing.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceGives AI-powered coding tools like Cursor, Windsurf, and Cline access to Figma design files, enabling more accurate code generation directly from Figma designs.60,152 npmMIT
- AlicenseBqualityAmaintenanceEnables AI assistants to read, analyze, and modify Figma designs, manage design tokens, and create prototype connections, all while keeping data local.6314 npm9MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to inspect, modify, export, and validate design documents with 47 tools covering design, code generation, branding, and print/mockup workflows.35 npm1MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI coding agents to access Figma files and prototypes, allowing them to retrieve design data and assets directly.MIT