Skip to content
Cursor

mcp correios for Cursor

io.github.codespar/mcp-correios

MCP server for Correios — package tracking, shipping rates, CEP lookup

client:Cursor transport:stdio runtime:npm

Install mcp correios 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-correios": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-correios"
      ],
      "env": {
        "CORREIOS_TOKEN": "<CORREIOS_TOKEN>"
      }
    }
  }
}

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

mcp correios in other clients