# MD for: https://www.mercadopago.com.br/developers/pt/docs/mp-cli/overview.md \# Mercado Pago CLI \*\*Mercado Pago CLI\*\* (\`mpcli\`) is the official command-line interface for managing your Mercado Pago integration directly from the terminal. With a single token, you can operate payments, preferences, subscriptions, stores, and reports without a browser, visual interface client, or manual HTTP calls. ## Prerequisites | Requirement | Description | |---|---| | Operating system | macOS and Linux (via Homebrew, npm, or install script) or Windows (via Scoop or npm). | | Mercado Pago account | You need a Mercado Pago account with at least one application created to execute actions from the CLI. Check your application information in \[Your integrations\](https://www.mercadopago.com.br/developers/panel/app). | | Access Token | Private key of the application created in Mercado Pago, used in the \_backend\_ to authenticate all CLI operations. Remember to avoid exposing the key in repositories or logs. Check the \[documentation\](https://www.mercadopago.com.br/developers/en/docs/credentials) for more information. | Once you have verified the prerequisites, go to \[Install Mercado Pago CLI\](https://www.mercadopago.com.br/developers/en/docs/mp-cli/install-mp-cli) to proceed with the installation and authentication processes.