Appllama MCP Usage Guide
A usage playbook for the Appllama MCP: research real screens and flows from top-grossing mobile apps, then build from what you learn.
Design & UIIntermediate★ 126⑂ 5AI score 8/10Last updated: Aug 23, 2026
What it does
- Acts as the operating manual for the Appllama MCP (mcp.appllama.io), telling the agent which tool to call and in what order.
- Starts every session with the free
get_creditscheck, thensearch_apps→get_app→list_app_screensto walk an app's journey in order (welcome → onboarding → paywall → product). - Provides a table of 12 tools:
search_screens(keyword and semantic modes),get_screen(plus 5 visually similar screens),list_flows,get_flow_apps,list_ui_elements,get_element_screens, and personal boards. - Encodes hard operational rules: sequential cursor pagination only, media URLs expiring in ~1 hour, ignore the top-left watermark, wait out rate limits, treat tool errors as instructions.
- Suggests a local
research/<category>/...folder layout so downloaded screens and notes outlive the expiring links.
Who it's for
- Mobile UI/UX designers, product managers, and app developers who already have Appllama MCP access.
- Anyone reverse-engineering onboarding and paywall patterns from top-grossing apps to lift conversion.
- Claude Code users who want evidence-backed design references while building screens.
Examples
- "Build me a habit tracker" — shortlist top-grossing apps in the category, walk every screen, synthesize patterns, then implement.
- Paste a screen ref like
1393061654/spl_9i075copied from appllama.io to inspect that exact screen and its closest siblings. - Improve an existing paywall:
list_flowsto find the paywall taxonomy,get_flow_appsfor the highest-revenue examples, then element-level fixes.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/Appllama/appllama-skills/HEAD/skills/appllama-usage/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/appllama-usage folder from the GitHub repo Appllama/appllama-skills into my ~/.claude/skills/appllama-usage/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/Appllama/appllama-skills.git && mkdir -p ~/.claude/skills && cp -r appllama-skills/skills/appllama-usage ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Get an Appllama account and MCP access (mcp.appllama.io) first — the skill does nothing without it.
- Clone the repo:
git clone https://github.com/Appllama/appllama-skills.git - Copy the skill in:
mkdir -p ~/.claude/skills && cp -r appllama-skills/skills/appllama-usage ~/.claude/skills/ - Confirm the
references/files (build-from-scratch.md, improve-a-screen.md, research-methods.md) came along. - Also copy
appllama-app-design-skillfrom the same repo so the build/simulator loop steps are available. - Register the Appllama MCP server in your Claude Code MCP config and restart.
- Test with a prompt like "research paywall patterns with Appllama" — the skill should load and call
get_creditsfirst.
View source on GitHub ↗License: MIT