Servers

VTEX
@jamesm010
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.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"vtex": {
"command": "npx",
"args": [
"vtex-mcp",
"--appKey",
"<YOUR_APP_KEY>",
"--appToken",
"<YOUR_APP_TOKEN>",
"--account",
"<YOUR_VTEX_ACCOUNT_NAME>"
]
}
}
}