miromiro-mcp
Click on "Install 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., "@miromiro-mcpWhat are the brand colors and fonts on apple.com?"
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.
miromiro-mcp
MCP server for the MiroMiro design-extraction API. Give your AI agent the real design of any live website - brand colors, fonts, design tokens, SVGs, images, Lottie animations, and paste-ready component code - so it builds from actual values instead of guessing from a screenshot.
Works with Claude (web, desktop, Claude Code), ChatGPT, Cursor, Windsurf, Codex, and any MCP client.
Claude Code plugin
Install as a plugin to get the tools plus three skills that teach Claude when to reach for
each one (clone-section, match-brand, extract-assets):
claude plugin marketplace add anthropics/claude-plugins-community
claude plugin install miromiro@claude-communityThe plugin uses the remote server, so there is nothing to install and no key to paste - on first use it opens a one-click MiroMiro sign-in that links a free account (300 credits/month, no card).
Related MCP server: ds-pilot
Quick start: remote server (nothing to install)
A hosted server lives at:
https://miromiro.app/mcpPaste that URL into any client that accepts a remote MCP server. On first use it opens a one-click MiroMiro sign-in that links a free account (300 credits/month, no card).
Claude (web or desktop): Settings → Connectors → Add custom connector → paste the URL. Or use the one-click install.
ChatGPT: Settings → Security and login → enable Developer mode, then add the URL as a connector (authentication: OAuth).
Cursor (remote): add
{ "mcpServers": { "miromiro": { "url": "https://miromiro.app/mcp" } } }to~/.cursor/mcp.json.Raw API key instead of OAuth: append
?access_key=mm_live_...to the URL, or send it as anAuthorization: Bearerheader.
Local server (npm)
Prefer a local stdio process with the key in an env var? Get a free key at miromiro.app/api/dashboard, then:
Cursor (~/.cursor/mcp.json) / Windsurf (Settings → MCP):
{
"mcpServers": {
"miromiro": {
"command": "npx",
"args": ["-y", "miromiro-mcp"],
"env": { "MIROMIRO_API_KEY": "mm_live_your_key" }
}
}
}Claude Code (run in your terminal, not inside a claude session):
claude mcp add miromiro -s user \
--env MIROMIRO_API_KEY=mm_live_your_key \
-- npx -y miromiro-mcpTools
Tool | What it returns | Credits |
| A section of a live page as a paste-ready component (Tailwind, HTML+CSS, JSX or Vue) plus the tokens it uses - start here to rebuild real UI | 25 |
| Named color roles (primary/accent/background/text), palette, fonts split by role, logo, social profiles, and a 0-1 confidence score | 15 |
| Full token system with usage counts; | 10 |
| Every font file and family the site loads, with weights, formats, and file URLs | 5 |
| Video files, | 1 |
| Audio files, | 1 |
| Lottie animation JSON files declared in the page | 3 |
| Inline SVG code (sanitized, paste-ready) plus external SVG file URLs | 1 |
| Every image URL on a page, tagged by source, with alt text | 1 |
All tools are read-only and retry-safe. Identical calls within 24 hours are served from cache for free, and failed calls are never billed.
Controlling output size (remote server)
Remote results are trimmed by default so a big page cannot flood the chat context, and every trimmed response says exactly what was dropped. Two optional arguments loosen it per call:
limit(up to 200) - raise the item cap: "give me 80 SVGs, not 20"full_output: true- complete long strings, like entire inline SVG markup
The REST API and this local npm server always return everything untrimmed, so limit and
full_output apply to the remote server only. Every tool on both servers accepts
render: true, plus two more shared arguments:
fresh: true- skip the 24-hour cache and re-extract the live page (charged normally); use when the site just changedscreenshot: true(requiresrender: true) - the result gains ascreenshotfield: a public URL of a 1440x900 capture of the page, live for 7 days, at no extra credits - show it to the user to verify an extraction. Pass'full'instead oftruefor the entire page height.
Examples
"Rebuild stripe.com's pricing section in React"
The agent calls extract_code with the URL, gets the section's real markup, colors, fonts, and spacing, and adapts actual values instead of guessing.
"Build a dashboard in the style of linear.app"
The agent calls extract_brand and extract_design_tokens, gets Linear's real colors, fonts, and spacing scale, and builds to match.
"What fonts does apple.com use?"
The agent calls extract_fonts and returns every family with its font file URLs and weights.
Notes
The API reads static HTML and resolves the full CSS cascade by default, so a fully client-rendered app may return little for images, video, audio and Lottie (tokens, fonts, brand, and code come from CSS and are unaffected). Pass
render: trueon any remote-server tool to run the page in a real browser first so its JavaScript executes (+5 credits).Respect the sites you extract from: check their terms before reusing assets commercially.
Links
API docs · Playground (no account) · Pricing · Changelog · Connect page
MIT © MiroMiro
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceWeb extraction MCP server for AI agents. Extract structured data from any URL with built-in Cloudflare bypass, JavaScript rendering, and intelligent parsing. Returns clean markdown or JSON.Last updated57942MIT
- Alicense-qualityBmaintenanceMCP server that exposes your design system components and tokens to AI agents, preventing duplicate component creation and hardcoded token values.Last updated189MIT
- Alicense-qualityBmaintenanceMCP server that extracts accessibility tree, design tokens, screenshots, Claude DSL, and Figma JSON from any URL using a persistent Chromium browser with zero LLM cost.Last updatedMIT
- AlicenseAqualityDmaintenanceA powerful MCP server for UI designers and developers to extract, analyze, and clone website front-end code (HTML, CSS) with pixel-perfect accuracy using browser automation.Last updated11222MIT
Related MCP Connectors
Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.
SEO MCP server: crawl your site, find AI-visibility gaps, and ship the fix from your coding agent.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SoraiaBarroso/miromiro-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server