MCP.so
Sign In

MobbinVerifiedFeatured

@Mobbin

About Mobbin

Mobbin MCP connects your AI agents to 600,000+ real product screens, so what they build starts with what already works.

Connection details

https://api.mobbin.com/mcp

Setup

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

Tools

3

Search Mobbin for UI screens using natural language. Returns matching screens with inline images and metadata. Examine the returned images to understand each screen's actual content — do not describe or summarize screens based solely on metadata. Each screen has a `mobbin_url` — the canonical Mobbin link for that screen. When you present results to the user, ALWAYS cite each screen you mention as a markdown link to its `mobbin_url` so the user can open it on Mobbin. On hosts that support MCP Apps, also renders an interactive gallery of the results.

Search Mobbin for multi-step user flows (e.g. onboarding, checkout) using natural language. Returns evenly-spaced preview images inline along with metadata for each flow, including per-screen previews. Examine the returned images to understand each flow's actual content — do not describe screens based solely on metadata. On hosts that support MCP Apps, also renders an interactive gallery of the results.

Search Mobbin for website sections (e.g. About, Pricing, Footer) using natural language. Returns section images inline along with metadata. Examine the returned images to understand each section's actual content — do not describe or summarize sections based solely on metadata. On hosts that support MCP Apps, also renders an interactive gallery of the results.

Frequently asked questions

What is the Mobbin remote MCP server?

The Mobbin remote MCP server is a hosted Model Context Protocol endpoint at https://api.mobbin.com/mcp, so AI assistants can connect to it without installing or running anything locally.

How do I connect to the Mobbin MCP server?

Add the endpoint https://api.mobbin.com/mcp to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the Mobbin MCP server require authentication?

Yes. Mobbin uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.

Which transport does the Mobbin MCP server use?

Mobbin exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.

Comments