Skip to content
Cursor

mcp melhor envio for Cursor

io.github.codespar/mcp-melhor-envio

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

client:Cursor transport:stdio runtime:npm

Install mcp melhor envio in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-melhor-envio": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-melhor-envio"
      ],
      "env": {
        "MELHOR_ENVIO_TOKEN": "<MELHOR_ENVIO_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp melhor envio in other clients