Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .grok-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "mobbin",
"version": "0.1.0",
"description": "Search real-world UI/UX design references from top mobile and web apps.",
"author": {
"name": "Mobbin",
"url": "https://mobbin.com"
},
"homepage": "https://docs.mobbin.com/mcp/introduction",
"repository": "https://github.com/mobbin/mobbin-agent-plugin",
"license": "MIT",
"keywords": ["mobbin", "design-research", "ui-design", "ux-design", "mcp"]
}
9 changes: 9 additions & 0 deletions .mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"mcpServers": {
"mobbin": {
"type": "http",
"url": "https://api.mobbin.com/mcp",
"note": "Mobbin's hosted MCP server for searching UI screens, multi-step flows, and website sections. Uses OAuth through the MCP authorization flow."
}
}
}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ your client:
- [Kiro](https://kiro.dev/docs/powers/installation/): use **Powers → Add Custom Power**.
- [ChatGPT and Codex](https://developers.openai.com/plugins): install through OpenAI's plugin
directory.
- [Grok Build](https://github.com/xai-org/plugin-marketplace): open `/plugin`, search for
**Mobbin**, and install the plugin.

Claude Code is not an Agent Plugins-compatible client; use Mobbin's
[`claude mcp add` setup](https://docs.mobbin.com/mcp/clients/claude-code) instead.
Expand Down
Loading