Skip to content
VS Code

mcp mercado libre for VS Code

io.github.codespar/mcp-mercado-libre

Mercado Libre — LATAM marketplace, product search, orders, sellers, shipments

client:VS Code transport:stdio runtime:npm

Install mcp mercado libre in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "meli-access-token",
      "description": "MELI_ACCESS_TOKEN",
      "password": true
    }
  ],
  "servers": {
    "mcp-mercado-libre": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-mercado-libre"
      ],
      "env": {
        "MELI_ACCESS_TOKEN": "${input:meli-access-token}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

mcp mercado libre in other clients