Miromiro MCP Server

Turn any live website into brand colors, fonts, design tokens, SVGs, Lottie and paste-ready code.

Remote serverstreamable-http

What is the Miromiro MCP server?

Turn any live website into brand colors, fonts, design tokens, SVGs, Lottie and paste-ready code. That is what the miromiro mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

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.

The tools it exposes

The server publishes 9 tools. What each one is for:

  • extract_code — 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
  • extract_brand — Named color roles (primary/accent/background/text), palette, fonts split by role, logo, social profiles, and a 0-1 confidence score
  • extract_design_tokens — Full token system with usage counts; format: css or tailwind for paste-ready output, dtcg for a W3C Design Tokens file (Style Dictionary / Figma
  • extract_fonts — Every font file and family the site loads, with weights, formats, and file URLs
  • extract_videos — Video files, og:video, and player embeds (YouTube, Vimeo, Wistia, Loom), tagged by source
  • extract_audio — Audio files, og:audio, and podcast enclosures, tagged by source
  • extract_lottie — Lottie animation JSON files declared in the page
  • extract_svgs — Inline SVG code (sanitized, paste-ready) plus external SVG file URLs
  • extract_assets — Every image URL on a page, tagged by source, with alt text

What it needs from you

Configuration is passed through the environment: MIROMIRO_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Getting it running

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

How it compares

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Miromiro's toolset — extract_code, extract_brand, extract_design_tokens and 6 more — is a fair guide to whether it matches your workflow. It is maintained by app.miromiro; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Things to watch

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 9 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Miromiro.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
extract_codeA 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
extract_brandNamed color roles (primary/accent/background/text), palette, fonts split by role, logo, social profiles, and a 0-1 confidence score
extract_design_tokensFull token system with usage counts; format: css or tailwind for paste-ready output, dtcg for a W3C Design Tokens file (Style Dictionary / Figma variables)
extract_fontsEvery font file and family the site loads, with weights, formats, and file URLs
extract_videosVideo files, og:video, and player embeds (YouTube, Vimeo, Wistia, Loom), tagged by source
extract_audioAudio files, og:audio, and podcast enclosures, tagged by source
extract_lottieLottie animation JSON files declared in the page
extract_svgsInline SVG code (sanitized, paste-ready) plus external SVG file URLs
extract_assetsEvery image URL on a page, tagged by source, with alt text

How to install the Miromiro MCP server

Paste 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](https://miromiro.app/api/mcp).
- **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 an `Authorization: Bearer` header.

## Local server (npm)

Prefer a local stdio process with the key in an env var? Get a free key at [miromiro.app/api/dashboard](https://miromiro.app/api/dashboard), then:

**Cursor** (`~/.cursor/mcp.json`) / **Windsurf** (Settings → MCP):

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
MIROMIRO_API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Miromiro to extract code.
  • Use Miromiro to extract brand.
  • Use Miromiro to extract design tokens.

Frequently asked questions

It connects Miromiro to MCP-compatible AI assistants such as Claude and Cursor, exposing 9 tools (extract_code, extract_brand, extract_design_tokens, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Miromiro directly.