mcp vtex for VS Code
io.github.codespar/mcp-vtex
MCP server for VTEX — e-commerce, orders, products, inventory, shipping
client:VS Code
transport:stdio
runtime:npm
Install mcp vtex in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "vtex-app-token",
"description": "VTEX_APP_TOKEN",
"password": true
}
],
"servers": {
"mcp-vtex": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-vtex"
],
"env": {
"VTEX_APP_TOKEN": "${input:vtex-app-token}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs