mcp vtex for Cursor
io.github.codespar/mcp-vtex
MCP server for VTEX — e-commerce, orders, products, inventory, shipping
client:Cursor
transport:stdio
runtime:npm
Install mcp vtex in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-vtex": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-vtex"
],
"env": {
"VTEX_APP_TOKEN": "<VTEX_APP_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs