Skip to content
Cursor

mcp tienda nube for Cursor

io.github.codespar/mcp-tienda-nube

Tienda Nube — LATAM e-commerce platform (Argentine-founded)

client:Cursor transport:stdio runtime:npm

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

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

mcp tienda nube in other clients