Delv
Official (Vendor)by Mobbin

Mobbin

Reference 621,500+ real app screens from inside Claude, Cursor, and other AI tools. Mobbin's design library exposed as MCP so agents can work from real UI patterns instead of guessing.

Install

claude mcp add mobbin --transport http https://api.mobbin.com/mcp

Review

Mobbin's MCP arrived in May 2026 as the answer to a problem most designers don't realise they have when working with AI tools: agents are very good at generating UI, but they're guessing. They'll produce a "settings screen" or "onboarding flow" that looks fine in isolation and has nothing to do with what Notion or Duolingo or Stripe actually shipped. Mobbin's pitch with this server is straightforward. Give your agent access to the 621,500 real app screens Mobbin has indexed, so when you ask for a paywall pattern, it reaches for a screenshot from Spotify rather than inventing one. Connection is a single command if you're on Claude Code: `claude mcp add mobbin --transport http https://api.mobbin.com/mcp`. No API key to manage, no local install, no Docker. Auth happens in the browser. Your client needs to support Streamable HTTP and OAuth (Claude Code, Cursor, Codex, v0 all work). The catch is the Mobbin paywall: MCP access is bundled with paid plans and not available on the free tier. What the server exposes is a two-step lookup. `mobbin_quick_search` finds the app you want (Notion, Linear, Robinhood, whatever). `mobbin_get_app_screens` or `mobbin_get_app_flows` pulls the relevant screens with that app ID. There's also category and pattern search, so you can ask for "fintech onboarding" and get a list across multiple products. The agent doesn't get raw image bytes by default, it gets structured references you can then preview in Mobbin. The use case I'd reach for first is design research. Before building a paywall, ask the agent to pull three or four examples from products in adjacent verticals. It's cheaper than the version of this that involves you scrolling Mobbin manually for an hour, and it's more grounded than letting Claude invent from scratch. The limitation is that this is a reference library, not a code generator. You can't say "build me this screen" and have a working component appear. You can say "find me a settings screen with progressive disclosure and tell me what patterns are common across the results." For prototype-to-code workflows you'd combine it with Figma's MCP or a screenshot-to-code tool. For the price of a Mobbin Pro subscription, it's the kind of MCP that pays for itself the first time it saves you an afternoon of research. If you're a designer already paying for Mobbin, switching on the MCP is a no-brainer. If you're not on Mobbin, the subscription is what you're really evaluating, not the MCP.
Verdict

A clean, narrow, useful MCP from a product that already had the data. The only thing keeping it from being a default-install is the paid plan requirement. If you design for a living and you're using an MCP-capable client, it pays for itself fast.

Good at

  • One-line setup via `claude mcp add` with no API key to manage
  • 621,500 real screens to ground design work instead of letting Claude invent
  • Covers categories most designers actually need: onboarding, paywalls, settings, KYC, checkout
  • Works with Claude Code, Cursor, Codex, v0 out of the box
  • Browser-based OAuth instead of credential juggling
  • Maintained by Mobbin themselves so coverage scales with their library

Watch out

  • Requires a paid Mobbin plan, no free tier access
  • Returns references, not editable assets, so pairs better with other MCPs than replaces them
  • Two-step lookup (search by app, then fetch screens) adds friction vs a single query
  • Beta as of launch, expect rough edges in search ranking
  • Limited to apps Mobbin has indexed; long tail of niche tools still missing

Use cases

  • Find onboarding flows from real apps before designing your own
  • Reference paywall and pricing patterns across 600k+ screens
  • Generate UI prototypes grounded in shipped product flows
  • Search for authentication, KYC, or checkout patterns by category
  • Pull real Notion / Duolingo / fintech app screens as design reference

Getting started

## Sign up for Mobbin You need a paid Mobbin subscription. The MCP is bundled with all paid plans, free tier users do not get access. ## Register the server In Claude Code: ``` claude mcp add mobbin --transport http https://api.mobbin.com/mcp ``` In Cursor or Codex, add the equivalent HTTP MCP entry to your config pointing at the same URL. ## Authenticate Open the MCP menu in your client and trigger the connection. A browser tab opens for Mobbin OAuth. Approve. ## Test it Ask: "Use Mobbin to find onboarding screens from Notion." The agent should call `mobbin_quick_search` for Notion, then `mobbin_get_app_screens` with the result.

Works with

Claude CodeCursorCodexOther

Similar MCPs