← Back to search

mobbin-mcp

GitHub Actions Scanned 24d ago

MCP server for searching and browsing Mobbin design inspiration

C
70.8 / 100

Versions

1.3.1latest
first seen Aug 21, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 11

mobbin_search_apps
annotations: none low

Search and browse apps on Mobbin by category and platform. Returns app names, logos, preview screens, and version IDs for deeper exploration.

page_size number page_index number
mobbin_search_screens
annotations: none low

Search screens across all apps on Mobbin. Filter by screen patterns (e.g.,

page_size number page_index number has_animation boolean
mobbin_search_flows
annotations: none low

Search user flows/journeys across all apps on Mobbin. Filter by flow actions (e.g.,

page_size number page_index number
mobbin_quick_search
annotations: none low

Quick autocomplete search for apps by name. Returns matching app IDs and names. Use this for fast lookup before fetching full details.

query string
mobbin_get_app_screens
annotations: none low

Get all screens for a specific app on Mobbin. Pair with mobbin_quick_search to drill into one app: quick_search -> app_id -> get_app_screens. Returns every screen for that app with patterns, elements, and dimensions.

app_id string page_size number page_index number
mobbin_get_app_flows
annotations: none low

Get all user flows for a specific app on Mobbin. Pair with mobbin_quick_search: quick_search -> app_id -> get_app_flows. Returns each flow

app_id string page_size number page_index number
mobbin_popular_apps
annotations: none low

Get the most popular apps on Mobbin, grouped by category. Great for discovering trending design inspiration.

limit_per_category number
mobbin_list_collections
annotations: none low

List your saved Mobbin collections with item counts.

mobbin_get_collection
annotations: none low

Get the items saved inside a specific Mobbin collection (apps, screens, and/or flows).

last_id string collection_id string last_created_at string
mobbin_get_filters
annotations: none low

Get valid values for one Mobbin filter facet (categories, patterns, elements, or actions).

mobbin_get_screen_detail
annotations: none low

Fetch a full screenshot image and metadata for a specific screen. Use a screenUrl from search_screens, search_flows, or get_app_screens results. Returns the actual image so you can see the UI design.

width number height number app_name string screen_id string

Permissions 3

network medium
Server uses network capabilities via: fetch()
filesystem low
Server uses filesystem capabilities via: fs sync ops, pathlib
env_vars low
Server uses env_vars capabilities via: process.env

Scan Findings 0

No scan findings.