# Applify

Builds Streamlit apps from natural language requests. Describe what you need — data dashboards, internal tools, utilities — and get a live preview URL with real-time build progress. Upload

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add omnivibes/applify

# Browse available tools
npx -y @smithery/cli@latest tool list omnivibes/applify

# Get full schema for a tool
npx -y @smithery/cli@latest tool get omnivibes/applify build_app

# Call a tool
npx -y @smithery/cli@latest tool call omnivibes/applify build_app '{}'
```

## Direct MCP Connection

Endpoint: `https://applify--omnivibes.run.tools`

**Required config:**
- `x-api-key` (header) — Your Applify API key (starts with apf_). Get one at applify.dev

## Tools (2)

- `build_app`
- `list_app`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get omnivibes/applify <tool-name>
```

## Prompts (1)

- `build_app_from_data` (description, filename) — Generate a prompt to build a Streamlit app from uploaded data files
