Skip to content
Windsurf

mcp vtex for Windsurf

io.github.codespar/mcp-vtex

MCP server for VTEX — e-commerce, orders, products, inventory, shipping

client:Windsurf transport:stdio runtime:npm

Install mcp vtex in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "mcp-vtex": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-vtex"
      ],
      "env": {
        "VTEX_APP_TOKEN": "<VTEX_APP_TOKEN>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

mcp vtex in other clients