Authenticate
Sign in once through the browser. Your refresh token is stored locally and renewed automatically on every command.
npx -y @protoflow/cli auth loginSearch the component catalog, sign in once, and wire ProtoFlow into Claude Code or Codex as an MCP server — from a zero-dependency CLI. No install required.
npx -y @protoflow/cli auth loginSign in once through the browser. Your refresh token is stored locally and renewed automatically on every command.
npx -y @protoflow/cli auth loginQuery the component catalog straight from your shell, then pipe --json into your own scripts and tooling.
npx -y @protoflow/cli search "AMS1117-3.3 SOT-223"Register the MCP server so Claude Code or Codex can search components and run ProtoFlow tools for you.
claude mcp add --transport stdio protoflow -- npx -y @protoflow/cli mcpnpm install -g @protoflow/cli once, then call protoflow directly instead of npx.Sign in through your browser. Stores a refresh token in ~/.protoflow/auth.json.
Show the signed-in account and when the session expires.
Remove stored credentials from this machine.
Search the component catalog and render a results table.
Start the MCP server on stdio for editors and agents.
Register ProtoFlow once and your AI editor can search real components — authenticated, attributed, and rate-limited per account. No API key to paste.
search_componentsQuery the catalog from inside your agent.protoflow_auth_statusCheck whether the CLI is signed in.track_cli_eventAttribute and rate-limit usage per account.claude mcp add --transport stdio protoflow -- npx -y @protoflow/cli mcpcodex mcp add protoflow -- npx -y @protoflow/cli mcpNO_COLORDisable all color — plain text output.PROTOFLOW_PLAINKeep color but turn animations off.PROTOFLOW_NO_ANIMDisable animations only.FORCE_COLORForce color even when piped.PROTOFLOW_HOMEOverride the local config directory.PROTOFLOW_AUTH_URLPoint auth login at a different sign-in page.No download, no API key. Sign in and start searching parts in seconds.
npx -y @protoflow/cli auth login