Skip to content

Install Mistflow

Mistflow works with any AI editor that supports MCP — Claude Code, Cursor, Codex CLI, and more.

Installs Node.js if needed, then configures your editors.

Terminal window
curl -fsSL https://mistflow.ai/install.sh | sh

Inspect first: curl https://mistflow.ai/install.sh

  1. Run the installer

    Terminal window
    npx -y mistflow-ai install

    The installer auto-detects your editors and configures them.

  2. Log in

    Open your AI editor and say:

    Log me in to Mistflow

    Your browser opens to app.mistflow.ai. Sign in (or create an account), and your credentials are stored locally in ~/.mistflow/credentials.json.

  3. Verify

    Ask your editor:

    What can Mistflow do?

    If your editor lists Mistflow’s capabilities, you’re all set.

Edit ~/.claude.json:

{
"mcpServers": {
"mistflow": {
"command": "npx",
"args": ["-y", "@mistflow-ai/mcp"]
}
}
}

Restart Claude Code, then say “Log me in to Mistflow” to authenticate.

Terminal window
npx -y mistflow-ai install

Running the installer again always pulls the latest version.

ProblemSolution
Editor doesn’t see MistflowRestart your editor. Check that the MCP config has the mistflow entry.
”Authentication failed”Say “Log me in to Mistflow” in your editor to re-authenticate.
”Command not found: npx”Install Node.js 20+ from nodejs.org.

For more help, see Troubleshooting.