Official Magento 2 e-commerce integration
Query products, customers, orders, revenue metrics. Natural language date expressions and geo filtering.
{
"mcpServers": {
"magento": {
"mcpServers": {
"magento2": {
"env": {
"MAGENTO_URL": "https://yourstore.com",
"MAGENTO_ACCESS_TOKEN": "YOUR_TOKEN"
},
"args": [
"-y",
"@boldcommerce/magento2-mcp"
],
"command": "npx"
}
}
}
}
}