
Connects Claude directly to Mobbin's design reference library so you can search and pull UI patterns from real mobile apps, web apps, and websites during conversations. You'd reach for this when designing interfaces and need to reference how other products handle specific patterns like onboarding flows, navigation menus, or form layouts. Instead of context switching to browse Mobbin separately, you can query their database inline and get concrete examples to inform your design decisions. The streamable HTTP transport means it runs remotely through their API, so no local setup beyond adding the endpoint.
Public tool metadata for what this MCP can expose to an agent.
search_screensSearch Mobbin for UI screens using natural language. Returns screen images inline (as base64) along with metadata including image URLs, app names, and links to Mobbin.6 paramsSearch Mobbin for UI screens using natural language. Returns screen images inline (as base64) along with metadata including image URLs, app names, and links to Mobbin.
exclude_screen_idsarrayimage_formatstringwebp · jpgdefault: webplimitintegermodestringdeep · fastdefault: deepplatformstringios · webquerystringMobbin's official MCP server is available at https://api.mobbin.com/mcp via Streamable HTTP transport. For setup instructions and usage, see the documentation. To learn more about what you can do with the Mobbin MCP server, visit mobbin.com/mcp.
Mobbin is a hosted remote MCP server — there is nothing to clone, install, or run locally, and no API key to configure. Add it to your MCP client as a Streamable HTTP server:
{
"mcpServers": {
"mobbin": {
"url": "https://api.mobbin.com/mcp"
}
}
}
Some clients need the transport stated explicitly — in Cline, add "type": "streamableHttp" alongside url, otherwise it falls back to the legacy SSE transport and the connection fails.
On first use, your client opens a browser window to sign in to Mobbin and authorize access via OAuth.
Per-client, step-by-step instructions are at docs.mobbin.com/mcp/clients/overview. For the tools the server exposes, see docs.mobbin.com/mcp/features.