Download MicroPrompt

Save reusable prompts once. Use them anywhere with short codes. Public beta, v0.1.9.

CLI

Command-line tool, daemon, language compiler, and MCP integration for your AI tools. No GUI. For terminal-first workflows and CI/CD.

Recommended for developers (works everywhere Node runs):

npm install -g microprompt-cli
How it works: the npm package downloads the prebuilt mp binary for your platform via npm's optional-dependency mechanism. No build step.
Auto-config (postinstall): after install, a postinstall script runs mp mcp install. It detects Claude Desktop, Claude Code, Cursor, Windsurf, and Cline if you have them, then adds a single microprompt entry to each tool's MCP config, backing up the existing file to <path>.bak first and never touching your other entries. Skip with MICROPROMPT_SKIP_AUTOCONFIG=1 npm install -g microprompt-cli.
Supported platforms: macOS (arm64 + x64), Linux (x64 + arm64), Windows (x64).
Windows PowerShell users: type microprompt instead of mp. PowerShell ships a built-in alias mp → Move-ItemProperty that shadows our binary in every PowerShell session — including the default integrated terminal of VS Code, Cursor, Windsurf, and JetBrains IDEs. Both names install the same binary; cmd.exe / Git Bash / WSL users can keep using mp.