mistflow-ai
v0.9.0
Published
Mistflow installer — auto-detect your AI coding editor and wire up the Mistflow MCP server in one command.
Downloads
109
Maintainers
Readme
mistflow-ai
Describe an app. Get a live URL. Mistflow is the app-building intelligence layer for AI coding tools. This package is the one-command installer that wires Mistflow into whichever AI editor you already use.
Quick start
npx -y mistflow-ai installThe installer auto-detects your AI editor and configures it to talk to Mistflow. Supported editors: Claude Code, Claude Desktop, Cursor, Codex (app, CLI, and IDE extension — all share ~/.codex/config.toml), VS Code Copilot, Antigravity (Google).
Restart your editor after install. Ask it "What can Mistflow do?" to verify — if it lists Mistflow's tools, you're ready.
After installing
Open your editor and say:
With mistflow, build me a habit tracker app.Mistflow plans the app, scaffolds the code, builds each feature, and deploys to a live URL. You review and approve along the way.
Usage
# Install (default)
npx -y mistflow-ai install
# Install with an API key to skip the browser login
npx -y mistflow-ai install --api-key mist_xxxxxxxxxxxx
# Uninstall from all detected editors
npx -y mistflow-ai uninstallNew versions are picked up automatically when you restart your editor. When something big ships, you'll see an upgrade notice directly inside your AI chat.
Beta testers can opt into pre-release builds with npx -y mistflow-ai install --channel staging (revert with --channel stable).
Troubleshooting
"Command not found: npx" — Install Node.js 20+ from nodejs.org.
Editor doesn't see Mistflow after install — Restart the editor completely (not a reload). If it still doesn't show up, re-run npx -y mistflow-ai install.
"Authentication failed" — Your credentials expired. In your editor, say "Log me in to Mistflow" to refresh.
More help: mistflow.ai/docs/troubleshooting
Links
- Website: mistflow.ai
- Docs: mistflow.ai/docs
- MCP server package:
@mistflow-ai/mcp
License
This installer is MIT — free for any use, including commercial. The MCP server it installs (@mistflow-ai/mcp) is under the Elastic License 2.0, which means you can use it inside your own apps freely but cannot offer it as a hosted service that competes with Mistflow.
Copyright (c) 2026 Mistflow.ai
