In depth
The MCPizy CLI is MCPizy's command-line companion to the web marketplace. Instead of manually editing `claude_desktop_config.json` or `.cursor/mcp.json`, you run `mcpizy install <server>` and the CLI writes the right config for each installed host. It supports Claude Desktop, Claude Code, Cursor, Windsurf, and VS Code Copilot.
Core commands: `mcpizy install <server>` (add and configure), `mcpizy list` (show installed servers), `mcpizy search <query>` (browse the catalog), `mcpizy update` (pull latest versions), `mcpizy remove <server>` (uninstall cleanly). Multi-server install: `mcpizy install github stripe slack supabase` configures all four in one command.
The CLI also handles secrets: instead of hardcoding tokens in config files, it integrates with the system keychain (macOS Keychain, Windows DPAPI, Linux libsecret) so credentials never hit disk in plaintext. Per-environment configs (work vs personal) are supported via profiles.
MCPizy CLI is free and open-source. It's the operational counterpart to the marketplace — together they handle the full install → configure → update → uninstall lifecycle.