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
# Connect this server (installs CLI if needed)
npx -y smithery mcp add omnivibes/applify
# Browse available tools
npx -y smithery tool list omnivibes/applify
# Get full schema for a tool
npx -y smithery tool get omnivibes/applify build_app
# Call a tool
npx -y smithery 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_applist_app
# Get full input/output schema for a tool
npx -y smithery tool get omnivibes/applify Prompts (1)
build_app_from_data(description, filename) — Generate a prompt to build a Streamlit app from uploaded data files