Connect to MCP Server
The connection to Mercado Pago MCP Server is done remotely through the client that best suits your integration. Check the step-by-step guide below according to the client type.
To install our MCP in Cursor, you can click the button below or follow the steps manually.
Open the .cursor/mcp.json file and add the Mercado Pago server configuration as shown below.
json
{ "mcpServers": { "mercadopago-mcp-server": { "url": "https://mcp.mercadopago.com/mcp" } } }
Then, go to Cursor Settings > Tools & MCPs and enable Mercado Pago MCP Server by clicking Connect.

When enabling the connection, you will be redirected to the Mercado Pago website for authentication, where you must indicate which country you are operating from and, if you agree with the permissions granted, authorize the connection.
Once these steps are completed, you will automatically return to Cursor and the connection to Mercado Pago MCP Server will be ready.

Test the connection
To test the connection to the MCP Server, you need to make a query with the assistant using any of the available tools.
For example, if you want to test the tool search-documentation, you just need to execute the prompt indicating what information you want to search for:
Search in Mercado Pago's documentation how to integrate Checkout Pro.
