Skip to content
VS Code

mcp melhor envio for VS Code

io.github.codespar/mcp-melhor-envio

MCP server for Melhor Envio — shipping rates, labels, tracking, agencies

client:VS Code transport:stdio runtime:npm

Install mcp melhor envio in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "melhor-envio-token",
      "description": "MELHOR_ENVIO_TOKEN",
      "password": true
    }
  ],
  "servers": {
    "mcp-melhor-envio": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-melhor-envio"
      ],
      "env": {
        "MELHOR_ENVIO_TOKEN": "${input:melhor-envio-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 melhor envio in other clients