Browse, publish, and deploy applications
# Flow Nexus App Store
Browse templates, publish apps, and deploy solutions.
## Browse Apps
```javascript
// Search apps
mcp__flow-nexus__app_search({
search: "authentication",
category: "backend",
featured: true,
limit: 20
})
// Get app details
mcp__flow-nexus__app_get({ app_id: "app_id" })
// List templates
mcp__flow-nexus__app_store_list_templates({
category: "web-api",
tags: ["express", "jwt"],
limit: 20
})
```
Sign in to view the full prompt.
Sign In