VTEX MCP Server serves as a wrapper for VTEX Commerce APIs, enabling e-commerce analytics for store owners. It facilitates various business intelligence tasks using an LLM client, such as Claude Desktop.
Server Config
{
"mcpServers": {
"vtex": {
"command": "npx",
"args": [
"vtex-mcp",
"--appKey",
"<YOUR_APP_KEY>",
"--appToken",
"<YOUR_APP_TOKEN>",
"--account",
"<YOUR_VTEX_ACCOUNT_NAME>"
]
}
}
}